Shades of Violet Blue #B85CA2
Tints of Violet Blue #B85CA2
RGB
CMYK
RGB Variations
Color information
#B85CA2 (or 0xB85CA2) is known color: Violet Blue. HEX triplet: B8, 5C and A2. RGB value is (184,92,162). Sum of RGB (Red+Green+Blue) = 184+92+162=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B85CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85CA2 is #47A35D. Grayscale: #7F7F7F. Windows color (decimal): -4694878 or 10640568. OLE color: 10640568.
HSL color Cylindrical-coordinate representation of color #B85CA2: hue angle of 314.35º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85CA2 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 162 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.28 |
| HSL | 314.35º | 0.39% | 0.54% | - |
| HSV(B) | 314.35º | 0.5% | 0.72% | - |
| XYZ | 30.12 | 20.45 | 36.54 | - |
| YUV | 127.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 162 | 0 | 0.50 | 0.12 | 0.28 | 314.35 | 0.39 | 0.54 |
| Hex | B8 | 5C | A2 | 0 | 32 | C | 1C | 13A | 27 | 36 |
| Octal | 270 | 134 | 242 | 0 | 62 | 14 | 34 | 472 | 47 | 66 |
| Binary | 10111000 | 1011100 | 10100010 | 0 | 110010 | 1100 | 11100 | 100111010 | 100111 | 110110 |
Color Harmonies of #B85CA2
Complementary color
Monochromatic Colors of #B85CA2
Black with #B85CA2
Text Example
Text Example
White with #B85CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85CA2; }
p { color: rgb(184,92,162); }
H1.HeaderClassName
{
color: #B85CA2;
}
.AnyTagClassName
{
color: #B85CA2;
}
</style>
background-color css
<style>
a { background-color: #B85CA2; }
a { background-color: rgb(184,92,162); }
div.DivClassName
{
background-color: #B85CA2;
}
.BgClassName
{
background-color: #B85CA2;
}
</style>
border-color css
<style>
span { border-color: #B85CA2; }
span { border-color: rgb(184,92,162); }
td.TdClassName
{
border-color: #B85CA2;
}
.TagClassName
{
border-color: #B85CA2;
}
</style>