Shades of Violet Blue #B855A6
Tints of Violet Blue #B855A6
RGB
CMYK
RGB Variations
Color information
#B855A6 (or 0xB855A6) is known color: Violet Blue. HEX triplet: B8, 55 and A6. RGB value is (184,85,166). Sum of RGB (Red+Green+Blue) = 184+85+166=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B855A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B855A6 is #47AA59. Grayscale: #7B7B7B. Windows color (decimal): -4696666 or 10900920. OLE color: 10900920.
HSL color Cylindrical-coordinate representation of color #B855A6: hue angle of 310.91º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B855A6 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 166 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.28 |
| HSL | 310.91º | 0.41% | 0.53% | - |
| HSV(B) | 310.91º | 0.54% | 0.72% | - |
| XYZ | 29.9 | 19.44 | 38.25 | - |
| YUV | 123.84 | 151.8 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 166 | 0 | 0.54 | 0.10 | 0.28 | 310.91 | 0.41 | 0.53 |
| Hex | B8 | 55 | A6 | 0 | 36 | A | 1C | 137 | 29 | 35 |
| Octal | 270 | 125 | 246 | 0 | 66 | 12 | 34 | 467 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10100110 | 0 | 110110 | 1010 | 11100 | 100110111 | 101001 | 110101 |
Color Harmonies of #B855A6
Complementary color
Monochromatic Colors of #B855A6
Black with #B855A6
Text Example
Text Example
White with #B855A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855A6; }
p { color: rgb(184,85,166); }
H1.HeaderClassName
{
color: #B855A6;
}
.AnyTagClassName
{
color: #B855A6;
}
</style>
background-color css
<style>
a { background-color: #B855A6; }
a { background-color: rgb(184,85,166); }
div.DivClassName
{
background-color: #B855A6;
}
.BgClassName
{
background-color: #B855A6;
}
</style>
border-color css
<style>
span { border-color: #B855A6; }
span { border-color: rgb(184,85,166); }
td.TdClassName
{
border-color: #B855A6;
}
.TagClassName
{
border-color: #B855A6;
}
</style>