Shades of Deep Magenta #B810C3
Tints of Deep Magenta #B810C3
RGB
CMYK
RGB Variations
Color information
#B810C3 (or 0xB810C3) is known color: Deep Magenta. HEX triplet: B8, 10 and C3. RGB value is (184,16,195). Sum of RGB (Red+Green+Blue) = 184+16+195=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #B810C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B810C3 is #47EF3C. Grayscale: #565656. Windows color (decimal): -4714301 or 12783800. OLE color: 12783800.
HSL color Cylindrical-coordinate representation of color #B810C3: hue angle of 296.31º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B810C3 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 16 | 195 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.24 |
| HSL | 296.31º | 0.85% | 0.41% | - |
| HSV(B) | 296.31º | 0.92% | 0.76% | - |
| XYZ | 29.8 | 14.5 | 52.86 | - |
| YUV | 86.64 | 189.16 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 195 | 0.06 | 0.92 | 0 | 0.24 | 296.31 | 0.85 | 0.41 |
| Hex | B8 | 10 | C3 | 6 | 5C | 0 | 18 | 128 | 55 | 29 |
| Octal | 270 | 20 | 303 | 6 | 134 | 0 | 30 | 450 | 125 | 51 |
| Binary | 10111000 | 10000 | 11000011 | 110 | 1011100 | 0 | 11000 | 100101000 | 1010101 | 101001 |
Color Harmonies of #B810C3
Complementary color
Monochromatic Colors of #B810C3
Black with #B810C3
Text Example
Text Example
White with #B810C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B810C3; }
p { color: rgb(184,16,195); }
H1.HeaderClassName
{
color: #B810C3;
}
.AnyTagClassName
{
color: #B810C3;
}
</style>
background-color css
<style>
a { background-color: #B810C3; }
a { background-color: rgb(184,16,195); }
div.DivClassName
{
background-color: #B810C3;
}
.BgClassName
{
background-color: #B810C3;
}
</style>
border-color css
<style>
span { border-color: #B810C3; }
span { border-color: rgb(184,16,195); }
td.TdClassName
{
border-color: #B810C3;
}
.TagClassName
{
border-color: #B810C3;
}
</style>