Shades of Violet Blue #B855A3
Tints of Violet Blue #B855A3
RGB
CMYK
RGB Variations
Color information
#B855A3 (or 0xB855A3) is known color: Violet Blue. HEX triplet: B8, 55 and A3. RGB value is (184,85,163). Sum of RGB (Red+Green+Blue) = 184+85+163=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B855A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B855A3 is #47AA5C. Grayscale: #7B7B7B. Windows color (decimal): -4696669 or 10704312. OLE color: 10704312.
HSL color Cylindrical-coordinate representation of color #B855A3: hue angle of 312.73º 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 #B855A3 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 163 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.28 |
| HSL | 312.73º | 0.41% | 0.53% | - |
| HSV(B) | 312.73º | 0.54% | 0.72% | - |
| XYZ | 29.63 | 19.33 | 36.82 | - |
| YUV | 123.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 163 | 0 | 0.54 | 0.11 | 0.28 | 312.73 | 0.41 | 0.53 |
| Hex | B8 | 55 | A3 | 0 | 36 | B | 1C | 139 | 29 | 35 |
| Octal | 270 | 125 | 243 | 0 | 66 | 13 | 34 | 471 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10100011 | 0 | 110110 | 1011 | 11100 | 100111001 | 101001 | 110101 |
Color Harmonies of #B855A3
Complementary color
Monochromatic Colors of #B855A3
Black with #B855A3
Text Example
Text Example
White with #B855A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855A3; }
p { color: rgb(184,85,163); }
H1.HeaderClassName
{
color: #B855A3;
}
.AnyTagClassName
{
color: #B855A3;
}
</style>
background-color css
<style>
a { background-color: #B855A3; }
a { background-color: rgb(184,85,163); }
div.DivClassName
{
background-color: #B855A3;
}
.BgClassName
{
background-color: #B855A3;
}
</style>
border-color css
<style>
span { border-color: #B855A3; }
span { border-color: rgb(184,85,163); }
td.TdClassName
{
border-color: #B855A3;
}
.TagClassName
{
border-color: #B855A3;
}
</style>