Shades of Violet Blue #B85FA2
Tints of Violet Blue #B85FA2
RGB
CMYK
RGB Variations
Color information
#B85FA2 (or 0xB85FA2) is known color: Violet Blue. HEX triplet: B8, 5F and A2. RGB value is (184,95,162). Sum of RGB (Red+Green+Blue) = 184+95+162=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B85FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85FA2 is #47A05D. Grayscale: #818181. Windows color (decimal): -4694110 or 10641336. OLE color: 10641336.
HSL color Cylindrical-coordinate representation of color #B85FA2: hue angle of 314.83º 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 #B85FA2 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 95 | 162 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.28 |
| HSL | 314.83º | 0.39% | 0.55% | - |
| HSV(B) | 314.83º | 0.48% | 0.72% | - |
| XYZ | 30.38 | 20.98 | 36.63 | - |
| YUV | 129.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 95 | 162 | 0 | 0.48 | 0.12 | 0.28 | 314.83 | 0.39 | 0.55 |
| Hex | B8 | 5F | A2 | 0 | 30 | C | 1C | 13B | 27 | 37 |
| Octal | 270 | 137 | 242 | 0 | 60 | 14 | 34 | 473 | 47 | 67 |
| Binary | 10111000 | 1011111 | 10100010 | 0 | 110000 | 1100 | 11100 | 100111011 | 100111 | 110111 |
Color Harmonies of #B85FA2
Complementary color
Monochromatic Colors of #B85FA2
Black with #B85FA2
Text Example
Text Example
White with #B85FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85FA2; }
p { color: rgb(184,95,162); }
H1.HeaderClassName
{
color: #B85FA2;
}
.AnyTagClassName
{
color: #B85FA2;
}
</style>
background-color css
<style>
a { background-color: #B85FA2; }
a { background-color: rgb(184,95,162); }
div.DivClassName
{
background-color: #B85FA2;
}
.BgClassName
{
background-color: #B85FA2;
}
</style>
border-color css
<style>
span { border-color: #B85FA2; }
span { border-color: rgb(184,95,162); }
td.TdClassName
{
border-color: #B85FA2;
}
.TagClassName
{
border-color: #B85FA2;
}
</style>