Shades of Violet Blue #B862A4
Tints of Violet Blue #B862A4
RGB
CMYK
RGB Variations
Color information
#B862A4 (or 0xB862A4) is known color: Violet Blue. HEX triplet: B8, 62 and A4. RGB value is (184,98,164). Sum of RGB (Red+Green+Blue) = 184+98+164=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B862A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B862A4 is #479D5B. Grayscale: #838383. Windows color (decimal): -4693340 or 10773176. OLE color: 10773176.
HSL color Cylindrical-coordinate representation of color #B862A4: hue angle of 313.95º 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 #B862A4 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 164 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.28 |
| HSL | 313.95º | 0.38% | 0.55% | - |
| HSV(B) | 313.95º | 0.47% | 0.72% | - |
| XYZ | 30.84 | 21.61 | 37.67 | - |
| YUV | 131.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 164 | 0 | 0.47 | 0.11 | 0.28 | 313.95 | 0.38 | 0.55 |
| Hex | B8 | 62 | A4 | 0 | 2F | B | 1C | 13A | 26 | 37 |
| Octal | 270 | 142 | 244 | 0 | 57 | 13 | 34 | 472 | 46 | 67 |
| Binary | 10111000 | 1100010 | 10100100 | 0 | 101111 | 1011 | 11100 | 100111010 | 100110 | 110111 |
Color Harmonies of #B862A4
Complementary color
Monochromatic Colors of #B862A4
Black with #B862A4
Text Example
Text Example
White with #B862A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B862A4; }
p { color: rgb(184,98,164); }
H1.HeaderClassName
{
color: #B862A4;
}
.AnyTagClassName
{
color: #B862A4;
}
</style>
background-color css
<style>
a { background-color: #B862A4; }
a { background-color: rgb(184,98,164); }
div.DivClassName
{
background-color: #B862A4;
}
.BgClassName
{
background-color: #B862A4;
}
</style>
border-color css
<style>
span { border-color: #B862A4; }
span { border-color: rgb(184,98,164); }
td.TdClassName
{
border-color: #B862A4;
}
.TagClassName
{
border-color: #B862A4;
}
</style>