Shades of Deep Magenta #B81ACB
Tints of Deep Magenta #B81ACB
RGB
CMYK
RGB Variations
Color information
#B81ACB (or 0xB81ACB) is known color: Deep Magenta. HEX triplet: B8, 1A and CB. RGB value is (184,26,203). Sum of RGB (Red+Green+Blue) = 184+26+203=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #B81ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81ACB is #47E534. Grayscale: #5C5C5C. Windows color (decimal): -4711733 or 13310648. OLE color: 13310648.
HSL color Cylindrical-coordinate representation of color #B81ACB: hue angle of 293.56º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81ACB is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 26 | 203 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.20 |
| HSL | 293.56º | 0.77% | 0.45% | - |
| HSV(B) | 293.56º | 0.87% | 0.8% | - |
| XYZ | 30.92 | 15.24 | 57.81 | - |
| YUV | 93.42 | 189.85 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 203 | 0.09 | 0.87 | 0 | 0.20 | 293.56 | 0.77 | 0.45 |
| Hex | B8 | 1A | CB | 9 | 57 | 0 | 14 | 126 | 4D | 2D |
| Octal | 270 | 32 | 313 | 11 | 127 | 0 | 24 | 446 | 115 | 55 |
| Binary | 10111000 | 11010 | 11001011 | 1001 | 1010111 | 0 | 10100 | 100100110 | 1001101 | 101101 |
Color Harmonies of #B81ACB
Complementary color
Monochromatic Colors of #B81ACB
Black with #B81ACB
Text Example
Text Example
White with #B81ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81ACB; }
p { color: rgb(184,26,203); }
H1.HeaderClassName
{
color: #B81ACB;
}
.AnyTagClassName
{
color: #B81ACB;
}
</style>
background-color css
<style>
a { background-color: #B81ACB; }
a { background-color: rgb(184,26,203); }
div.DivClassName
{
background-color: #B81ACB;
}
.BgClassName
{
background-color: #B81ACB;
}
</style>
border-color css
<style>
span { border-color: #B81ACB; }
span { border-color: rgb(184,26,203); }
td.TdClassName
{
border-color: #B81ACB;
}
.TagClassName
{
border-color: #B81ACB;
}
</style>