Shades of Violet Blue #B85AA8
Tints of Violet Blue #B85AA8
RGB
CMYK
RGB Variations
Color information
#B85AA8 (or 0xB85AA8) is known color: Violet Blue. HEX triplet: B8, 5A and A8. RGB value is (184,90,168). Sum of RGB (Red+Green+Blue) = 184+90+168=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B85AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85AA8 is #47A557. Grayscale: #7E7E7E. Windows color (decimal): -4695384 or 11033272. OLE color: 11033272.
HSL color Cylindrical-coordinate representation of color #B85AA8: hue angle of 310.21º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85AA8 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 168 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.28 |
| HSL | 310.21º | 0.4% | 0.54% | - |
| HSV(B) | 310.21º | 0.51% | 0.72% | - |
| XYZ | 30.49 | 20.33 | 39.36 | - |
| YUV | 127 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 168 | 0 | 0.51 | 0.09 | 0.28 | 310.21 | 0.4 | 0.54 |
| Hex | B8 | 5A | A8 | 0 | 33 | 9 | 1C | 136 | 28 | 36 |
| Octal | 270 | 132 | 250 | 0 | 63 | 11 | 34 | 466 | 50 | 66 |
| Binary | 10111000 | 1011010 | 10101000 | 0 | 110011 | 1001 | 11100 | 100110110 | 101000 | 110110 |
Color Harmonies of #B85AA8
Complementary color
Monochromatic Colors of #B85AA8
Black with #B85AA8
Text Example
Text Example
White with #B85AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85AA8; }
p { color: rgb(184,90,168); }
H1.HeaderClassName
{
color: #B85AA8;
}
.AnyTagClassName
{
color: #B85AA8;
}
</style>
background-color css
<style>
a { background-color: #B85AA8; }
a { background-color: rgb(184,90,168); }
div.DivClassName
{
background-color: #B85AA8;
}
.BgClassName
{
background-color: #B85AA8;
}
</style>
border-color css
<style>
span { border-color: #B85AA8; }
span { border-color: rgb(184,90,168); }
td.TdClassName
{
border-color: #B85AA8;
}
.TagClassName
{
border-color: #B85AA8;
}
</style>