Shades of Violet Blue #B85DA4
Tints of Violet Blue #B85DA4
RGB
CMYK
RGB Variations
Color information
#B85DA4 (or 0xB85DA4) is known color: Violet Blue. HEX triplet: B8, 5D and A4. RGB value is (184,93,164). Sum of RGB (Red+Green+Blue) = 184+93+164=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B85DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85DA4 is #47A25B. Grayscale: #808080. Windows color (decimal): -4694620 or 10771896. OLE color: 10771896.
HSL color Cylindrical-coordinate representation of color #B85DA4: hue angle of 313.19º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85DA4 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 164 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.28 |
| HSL | 313.19º | 0.39% | 0.54% | - |
| HSV(B) | 313.19º | 0.49% | 0.72% | - |
| XYZ | 30.38 | 20.7 | 37.52 | - |
| YUV | 128.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 164 | 0 | 0.49 | 0.11 | 0.28 | 313.19 | 0.39 | 0.54 |
| Hex | B8 | 5D | A4 | 0 | 31 | B | 1C | 139 | 27 | 36 |
| Octal | 270 | 135 | 244 | 0 | 61 | 13 | 34 | 471 | 47 | 66 |
| Binary | 10111000 | 1011101 | 10100100 | 0 | 110001 | 1011 | 11100 | 100111001 | 100111 | 110110 |
Color Harmonies of #B85DA4
Complementary color
Monochromatic Colors of #B85DA4
Black with #B85DA4
Text Example
Text Example
White with #B85DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85DA4; }
p { color: rgb(184,93,164); }
H1.HeaderClassName
{
color: #B85DA4;
}
.AnyTagClassName
{
color: #B85DA4;
}
</style>
background-color css
<style>
a { background-color: #B85DA4; }
a { background-color: rgb(184,93,164); }
div.DivClassName
{
background-color: #B85DA4;
}
.BgClassName
{
background-color: #B85DA4;
}
</style>
border-color css
<style>
span { border-color: #B85DA4; }
span { border-color: rgb(184,93,164); }
td.TdClassName
{
border-color: #B85DA4;
}
.TagClassName
{
border-color: #B85DA4;
}
</style>