Shades of Deep Magenta #B810CB
Tints of Deep Magenta #B810CB
RGB
CMYK
RGB Variations
Color information
#B810CB (or 0xB810CB) is known color: Deep Magenta. HEX triplet: B8, 10 and CB. RGB value is (184,16,203). Sum of RGB (Red+Green+Blue) = 184+16+203=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #B810CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B810CB is #47EF34. Grayscale: #565656. Windows color (decimal): -4714293 or 13308088. OLE color: 13308088.
HSL color Cylindrical-coordinate representation of color #B810CB: hue angle of 293.9º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B810CB is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 16 | 203 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.20 |
| HSL | 293.9º | 0.85% | 0.43% | - |
| HSV(B) | 293.9º | 0.92% | 0.8% | - |
| XYZ | 30.73 | 14.87 | 57.75 | - |
| YUV | 87.55 | 193.16 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 203 | 0.09 | 0.92 | 0 | 0.20 | 293.9 | 0.85 | 0.43 |
| Hex | B8 | 10 | CB | 9 | 5C | 0 | 14 | 126 | 55 | 2B |
| Octal | 270 | 20 | 313 | 11 | 134 | 0 | 24 | 446 | 125 | 53 |
| Binary | 10111000 | 10000 | 11001011 | 1001 | 1011100 | 0 | 10100 | 100100110 | 1010101 | 101011 |
Color Harmonies of #B810CB
Complementary color
Monochromatic Colors of #B810CB
Black with #B810CB
Text Example
Text Example
White with #B810CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B810CB; }
p { color: rgb(184,16,203); }
H1.HeaderClassName
{
color: #B810CB;
}
.AnyTagClassName
{
color: #B810CB;
}
</style>
background-color css
<style>
a { background-color: #B810CB; }
a { background-color: rgb(184,16,203); }
div.DivClassName
{
background-color: #B810CB;
}
.BgClassName
{
background-color: #B810CB;
}
</style>
border-color css
<style>
span { border-color: #B810CB; }
span { border-color: rgb(184,16,203); }
td.TdClassName
{
border-color: #B810CB;
}
.TagClassName
{
border-color: #B810CB;
}
</style>