Shades of Violet Blue #B861A4
Tints of Violet Blue #B861A4
RGB
CMYK
RGB Variations
Color information
#B861A4 (or 0xB861A4) is known color: Violet Blue. HEX triplet: B8, 61 and A4. RGB value is (184,97,164). Sum of RGB (Red+Green+Blue) = 184+97+164=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B861A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B861A4 is #479E5B. Grayscale: #828282. Windows color (decimal): -4693596 or 10772920. OLE color: 10772920.
HSL color Cylindrical-coordinate representation of color #B861A4: hue angle of 313.79º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B861A4 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 164 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.28 |
| HSL | 313.79º | 0.38% | 0.55% | - |
| HSV(B) | 313.79º | 0.47% | 0.72% | - |
| XYZ | 30.74 | 21.42 | 37.64 | - |
| YUV | 130.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 164 | 0 | 0.47 | 0.11 | 0.28 | 313.79 | 0.38 | 0.55 |
| Hex | B8 | 61 | A4 | 0 | 2F | B | 1C | 13A | 26 | 37 |
| Octal | 270 | 141 | 244 | 0 | 57 | 13 | 34 | 472 | 46 | 67 |
| Binary | 10111000 | 1100001 | 10100100 | 0 | 101111 | 1011 | 11100 | 100111010 | 100110 | 110111 |
Color Harmonies of #B861A4
Complementary color
Monochromatic Colors of #B861A4
Black with #B861A4
Text Example
Text Example
White with #B861A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B861A4; }
p { color: rgb(184,97,164); }
H1.HeaderClassName
{
color: #B861A4;
}
.AnyTagClassName
{
color: #B861A4;
}
</style>
background-color css
<style>
a { background-color: #B861A4; }
a { background-color: rgb(184,97,164); }
div.DivClassName
{
background-color: #B861A4;
}
.BgClassName
{
background-color: #B861A4;
}
</style>
border-color css
<style>
span { border-color: #B861A4; }
span { border-color: rgb(184,97,164); }
td.TdClassName
{
border-color: #B861A4;
}
.TagClassName
{
border-color: #B861A4;
}
</style>