Shades of Violet Blue #B84FA4
Tints of Violet Blue #B84FA4
RGB
CMYK
RGB Variations
Color information
#B84FA4 (or 0xB84FA4) is known color: Violet Blue. HEX triplet: B8, 4F and A4. RGB value is (184,79,164). Sum of RGB (Red+Green+Blue) = 184+79+164=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B84FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84FA4 is #47B05B. Grayscale: #777777. Windows color (decimal): -4698204 or 10768312. OLE color: 10768312.
HSL color Cylindrical-coordinate representation of color #B84FA4: hue angle of 311.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B84FA4 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 164 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.28 |
| HSL | 311.43º | 0.43% | 0.52% | - |
| HSV(B) | 311.43º | 0.57% | 0.72% | - |
| XYZ | 29.26 | 18.46 | 37.14 | - |
| YUV | 120.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 164 | 0 | 0.57 | 0.11 | 0.28 | 311.43 | 0.43 | 0.52 |
| Hex | B8 | 4F | A4 | 0 | 39 | B | 1C | 137 | 2B | 34 |
| Octal | 270 | 117 | 244 | 0 | 71 | 13 | 34 | 467 | 53 | 64 |
| Binary | 10111000 | 1001111 | 10100100 | 0 | 111001 | 1011 | 11100 | 100110111 | 101011 | 110100 |
Color Harmonies of #B84FA4
Complementary color
Monochromatic Colors of #B84FA4
Black with #B84FA4
Text Example
Text Example
White with #B84FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84FA4; }
p { color: rgb(184,79,164); }
H1.HeaderClassName
{
color: #B84FA4;
}
.AnyTagClassName
{
color: #B84FA4;
}
</style>
background-color css
<style>
a { background-color: #B84FA4; }
a { background-color: rgb(184,79,164); }
div.DivClassName
{
background-color: #B84FA4;
}
.BgClassName
{
background-color: #B84FA4;
}
</style>
border-color css
<style>
span { border-color: #B84FA4; }
span { border-color: rgb(184,79,164); }
td.TdClassName
{
border-color: #B84FA4;
}
.TagClassName
{
border-color: #B84FA4;
}
</style>