Shades of Violet Blue #B85EA2
Tints of Violet Blue #B85EA2
RGB
CMYK
RGB Variations
Color information
#B85EA2 (or 0xB85EA2) is known color: Violet Blue. HEX triplet: B8, 5E and A2. RGB value is (184,94,162). Sum of RGB (Red+Green+Blue) = 184+94+162=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B85EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85EA2 is #47A15D. Grayscale: #808080. Windows color (decimal): -4694366 or 10641080. OLE color: 10641080.
HSL color Cylindrical-coordinate representation of color #B85EA2: hue angle of 314.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85EA2 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 94 | 162 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.28 |
| HSL | 314.67º | 0.39% | 0.55% | - |
| HSV(B) | 314.67º | 0.49% | 0.72% | - |
| XYZ | 30.29 | 20.8 | 36.6 | - |
| YUV | 128.66 | 146.82 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 162 | 0 | 0.49 | 0.12 | 0.28 | 314.67 | 0.39 | 0.55 |
| Hex | B8 | 5E | A2 | 0 | 31 | C | 1C | 13B | 27 | 37 |
| Octal | 270 | 136 | 242 | 0 | 61 | 14 | 34 | 473 | 47 | 67 |
| Binary | 10111000 | 1011110 | 10100010 | 0 | 110001 | 1100 | 11100 | 100111011 | 100111 | 110111 |
Color Harmonies of #B85EA2
Complementary color
Monochromatic Colors of #B85EA2
Black with #B85EA2
Text Example
Text Example
White with #B85EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85EA2; }
p { color: rgb(184,94,162); }
H1.HeaderClassName
{
color: #B85EA2;
}
.AnyTagClassName
{
color: #B85EA2;
}
</style>
background-color css
<style>
a { background-color: #B85EA2; }
a { background-color: rgb(184,94,162); }
div.DivClassName
{
background-color: #B85EA2;
}
.BgClassName
{
background-color: #B85EA2;
}
</style>
border-color css
<style>
span { border-color: #B85EA2; }
span { border-color: rgb(184,94,162); }
td.TdClassName
{
border-color: #B85EA2;
}
.TagClassName
{
border-color: #B85EA2;
}
</style>