Shades of Violet Blue #B869A8
Tints of Violet Blue #B869A8
RGB
CMYK
RGB Variations
Color information
#B869A8 (or 0xB869A8) is known color: Violet Blue. HEX triplet: B8, 69 and A8. RGB value is (184,105,168). Sum of RGB (Red+Green+Blue) = 184+105+168=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B869A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B869A8 is #479657. Grayscale: #878787. Windows color (decimal): -4691544 or 11037112. OLE color: 11037112.
HSL color Cylindrical-coordinate representation of color #B869A8: hue angle of 312.15º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B869A8 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 168 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.28 |
| HSL | 312.15º | 0.36% | 0.57% | - |
| HSV(B) | 312.15º | 0.43% | 0.72% | - |
| XYZ | 31.89 | 23.12 | 39.83 | - |
| YUV | 135.8 | 146.17 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 168 | 0 | 0.43 | 0.09 | 0.28 | 312.15 | 0.36 | 0.57 |
| Hex | B8 | 69 | A8 | 0 | 2B | 9 | 1C | 138 | 24 | 39 |
| Octal | 270 | 151 | 250 | 0 | 53 | 11 | 34 | 470 | 44 | 71 |
| Binary | 10111000 | 1101001 | 10101000 | 0 | 101011 | 1001 | 11100 | 100111000 | 100100 | 111001 |
Color Harmonies of #B869A8
Complementary color
Monochromatic Colors of #B869A8
Black with #B869A8
Text Example
Text Example
White with #B869A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B869A8; }
p { color: rgb(184,105,168); }
H1.HeaderClassName
{
color: #B869A8;
}
.AnyTagClassName
{
color: #B869A8;
}
</style>
background-color css
<style>
a { background-color: #B869A8; }
a { background-color: rgb(184,105,168); }
div.DivClassName
{
background-color: #B869A8;
}
.BgClassName
{
background-color: #B869A8;
}
</style>
border-color css
<style>
span { border-color: #B869A8; }
span { border-color: rgb(184,105,168); }
td.TdClassName
{
border-color: #B869A8;
}
.TagClassName
{
border-color: #B869A8;
}
</style>