Shades of Violet Blue #B768AD
Tints of Violet Blue #B768AD
RGB
CMYK
RGB Variations
Color information
#B768AD (or 0xB768AD) is known color: Violet Blue. HEX triplet: B7, 68 and AD. RGB value is (183,104,173). Sum of RGB (Red+Green+Blue) = 183+104+173=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B768AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B768AD is #489752. Grayscale: #878787. Windows color (decimal): -4757331 or 11364535. OLE color: 11364535.
HSL color Cylindrical-coordinate representation of color #B768AD: hue angle of 307.59º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B768AD is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 173 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.28 |
| HSL | 307.59º | 0.35% | 0.56% | - |
| HSV(B) | 307.59º | 0.43% | 0.72% | - |
| XYZ | 32.02 | 22.99 | 42.28 | - |
| YUV | 135.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 173 | 0 | 0.43 | 0.05 | 0.28 | 307.59 | 0.35 | 0.56 |
| Hex | B7 | 68 | AD | 0 | 2B | 5 | 1C | 134 | 23 | 38 |
| Octal | 267 | 150 | 255 | 0 | 53 | 5 | 34 | 464 | 43 | 70 |
| Binary | 10110111 | 1101000 | 10101101 | 0 | 101011 | 101 | 11100 | 100110100 | 100011 | 111000 |
Color Harmonies of #B768AD
Complementary color
Monochromatic Colors of #B768AD
Black with #B768AD
Text Example
Text Example
White with #B768AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B768AD; }
p { color: rgb(183,104,173); }
H1.HeaderClassName
{
color: #B768AD;
}
.AnyTagClassName
{
color: #B768AD;
}
</style>
background-color css
<style>
a { background-color: #B768AD; }
a { background-color: rgb(183,104,173); }
div.DivClassName
{
background-color: #B768AD;
}
.BgClassName
{
background-color: #B768AD;
}
</style>
border-color css
<style>
span { border-color: #B768AD; }
span { border-color: rgb(183,104,173); }
td.TdClassName
{
border-color: #B768AD;
}
.TagClassName
{
border-color: #B768AD;
}
</style>