Shades of Violet Blue #B85FA9
Tints of Violet Blue #B85FA9
RGB
CMYK
RGB Variations
Color information
#B85FA9 (or 0xB85FA9) is known color: Violet Blue. HEX triplet: B8, 5F and A9. RGB value is (184,95,169). Sum of RGB (Red+Green+Blue) = 184+95+169=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B85FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85FA9 is #47A056. Grayscale: #818181. Windows color (decimal): -4694103 or 11100088. OLE color: 11100088.
HSL color Cylindrical-coordinate representation of color #B85FA9: hue angle of 310.11º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B85FA9 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 95 | 169 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.28 |
| HSL | 310.11º | 0.39% | 0.55% | - |
| HSV(B) | 310.11º | 0.48% | 0.72% | - |
| XYZ | 31.02 | 21.24 | 40 | - |
| YUV | 130.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 95 | 169 | 0 | 0.48 | 0.08 | 0.28 | 310.11 | 0.39 | 0.55 |
| Hex | B8 | 5F | A9 | 0 | 30 | 8 | 1C | 136 | 27 | 37 |
| Octal | 270 | 137 | 251 | 0 | 60 | 10 | 34 | 466 | 47 | 67 |
| Binary | 10111000 | 1011111 | 10101001 | 0 | 110000 | 1000 | 11100 | 100110110 | 100111 | 110111 |
Color Harmonies of #B85FA9
Complementary color
Monochromatic Colors of #B85FA9
Black with #B85FA9
Text Example
Text Example
White with #B85FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85FA9; }
p { color: rgb(184,95,169); }
H1.HeaderClassName
{
color: #B85FA9;
}
.AnyTagClassName
{
color: #B85FA9;
}
</style>
background-color css
<style>
a { background-color: #B85FA9; }
a { background-color: rgb(184,95,169); }
div.DivClassName
{
background-color: #B85FA9;
}
.BgClassName
{
background-color: #B85FA9;
}
</style>
border-color css
<style>
span { border-color: #B85FA9; }
span { border-color: rgb(184,95,169); }
td.TdClassName
{
border-color: #B85FA9;
}
.TagClassName
{
border-color: #B85FA9;
}
</style>