Shades of Violet Blue #B859A5
Tints of Violet Blue #B859A5
RGB
CMYK
RGB Variations
Color information
#B859A5 (or 0xB859A5) is known color: Violet Blue. HEX triplet: B8, 59 and A5. RGB value is (184,89,165). Sum of RGB (Red+Green+Blue) = 184+89+165=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B859A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B859A5 is #47A65A. Grayscale: #7D7D7D. Windows color (decimal): -4695643 or 10836408. OLE color: 10836408.
HSL color Cylindrical-coordinate representation of color #B859A5: hue angle of 312º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B859A5 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 165 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.28 |
| HSL | 312º | 0.4% | 0.54% | - |
| HSV(B) | 312º | 0.52% | 0.72% | - |
| XYZ | 30.13 | 20.05 | 37.88 | - |
| YUV | 126.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 165 | 0 | 0.52 | 0.10 | 0.28 | 312 | 0.4 | 0.54 |
| Hex | B8 | 59 | A5 | 0 | 34 | A | 1C | 138 | 28 | 36 |
| Octal | 270 | 131 | 245 | 0 | 64 | 12 | 34 | 470 | 50 | 66 |
| Binary | 10111000 | 1011001 | 10100101 | 0 | 110100 | 1010 | 11100 | 100111000 | 101000 | 110110 |
Color Harmonies of #B859A5
Complementary color
Monochromatic Colors of #B859A5
Black with #B859A5
Text Example
Text Example
White with #B859A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859A5; }
p { color: rgb(184,89,165); }
H1.HeaderClassName
{
color: #B859A5;
}
.AnyTagClassName
{
color: #B859A5;
}
</style>
background-color css
<style>
a { background-color: #B859A5; }
a { background-color: rgb(184,89,165); }
div.DivClassName
{
background-color: #B859A5;
}
.BgClassName
{
background-color: #B859A5;
}
</style>
border-color css
<style>
span { border-color: #B859A5; }
span { border-color: rgb(184,89,165); }
td.TdClassName
{
border-color: #B859A5;
}
.TagClassName
{
border-color: #B859A5;
}
</style>