Shades of Violet Blue #B06CA8
Tints of Violet Blue #B06CA8
RGB
CMYK
RGB Variations
Color information
#B06CA8 (or 0xB06CA8) is known color: Violet Blue. HEX triplet: B0, 6C and A8. RGB value is (176,108,168). Sum of RGB (Red+Green+Blue) = 176+108+168=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B06CA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06CA8 is #4F9357. Grayscale: #878787. Windows color (decimal): -5215064 or 11037872. OLE color: 11037872.
HSL color Cylindrical-coordinate representation of color #B06CA8: hue angle of 307.06º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06CA8 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 168 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.31 |
| HSL | 307.06º | 0.3% | 0.56% | - |
| HSV(B) | 307.06º | 0.39% | 0.69% | - |
| XYZ | 30.33 | 22.78 | 39.84 | - |
| YUV | 135.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 168 | 0 | 0.39 | 0.05 | 0.31 | 307.06 | 0.3 | 0.56 |
| Hex | B0 | 6C | A8 | 0 | 27 | 5 | 1F | 133 | 1E | 38 |
| Octal | 260 | 154 | 250 | 0 | 47 | 5 | 37 | 463 | 36 | 70 |
| Binary | 10110000 | 1101100 | 10101000 | 0 | 100111 | 101 | 11111 | 100110011 | 11110 | 111000 |
Color Harmonies of #B06CA8
Complementary color
Monochromatic Colors of #B06CA8
Black with #B06CA8
Text Example
Text Example
White with #B06CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06CA8; }
p { color: rgb(176,108,168); }
H1.HeaderClassName
{
color: #B06CA8;
}
.AnyTagClassName
{
color: #B06CA8;
}
</style>
background-color css
<style>
a { background-color: #B06CA8; }
a { background-color: rgb(176,108,168); }
div.DivClassName
{
background-color: #B06CA8;
}
.BgClassName
{
background-color: #B06CA8;
}
</style>
border-color css
<style>
span { border-color: #B06CA8; }
span { border-color: rgb(176,108,168); }
td.TdClassName
{
border-color: #B06CA8;
}
.TagClassName
{
border-color: #B06CA8;
}
</style>