Shades of Deep Magenta #B810CC
Tints of Deep Magenta #B810CC
RGB
CMYK
RGB Variations
Color information
#B810CC (or 0xB810CC) is known color: Deep Magenta. HEX triplet: B8, 10 and CC. RGB value is (184,16,204). Sum of RGB (Red+Green+Blue) = 184+16+204=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #B810CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B810CC is #47EF33. Grayscale: #575757. Windows color (decimal): -4714292 or 13373624. OLE color: 13373624.
HSL color Cylindrical-coordinate representation of color #B810CC: hue angle of 293.62º 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 #B810CC is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 16 | 204 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.2 |
| HSL | 293.62º | 0.85% | 0.43% | - |
| HSV(B) | 293.62º | 0.92% | 0.8% | - |
| XYZ | 30.85 | 14.92 | 58.38 | - |
| YUV | 87.66 | 193.66 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 204 | 0.10 | 0.92 | 0 | 0.2 | 293.62 | 0.85 | 0.43 |
| Hex | B8 | 10 | CC | A | 5C | 0 | 14 | 126 | 55 | 2B |
| Octal | 270 | 20 | 314 | 12 | 134 | 0 | 24 | 446 | 125 | 53 |
| Binary | 10111000 | 10000 | 11001100 | 1010 | 1011100 | 0 | 10100 | 100100110 | 1010101 | 101011 |
Color Harmonies of #B810CC
Complementary color
Monochromatic Colors of #B810CC
Black with #B810CC
Text Example
Text Example
White with #B810CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B810CC; }
p { color: rgb(184,16,204); }
H1.HeaderClassName
{
color: #B810CC;
}
.AnyTagClassName
{
color: #B810CC;
}
</style>
background-color css
<style>
a { background-color: #B810CC; }
a { background-color: rgb(184,16,204); }
div.DivClassName
{
background-color: #B810CC;
}
.BgClassName
{
background-color: #B810CC;
}
</style>
border-color css
<style>
span { border-color: #B810CC; }
span { border-color: rgb(184,16,204); }
td.TdClassName
{
border-color: #B810CC;
}
.TagClassName
{
border-color: #B810CC;
}
</style>