Shades of Deep Magenta #B802C3
Tints of Deep Magenta #B802C3
RGB
CMYK
RGB Variations
Color information
#B802C3 (or 0xB802C3) is known color: Deep Magenta. HEX triplet: B8, 02 and C3. RGB value is (184,2,195). Sum of RGB (Red+Green+Blue) = 184+2+195=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 195 (76.56% from 255 or 51.18% from 381); Max value from RGB is 195 - color contains mainly: blue. Hex color #B802C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B802C3 is #47FD3C. Grayscale: #4D4D4D. Windows color (decimal): -4717885 or 12780216. OLE color: 12780216.
HSL color Cylindrical-coordinate representation of color #B802C3: hue angle of 296.58º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B802C3 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 2 | 195 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.24 |
| HSL | 296.58º | 0.98% | 0.39% | - |
| HSV(B) | 296.58º | 0.99% | 0.76% | - |
| XYZ | 29.64 | 14.17 | 52.8 | - |
| YUV | 78.42 | 193.8 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 195 | 0.06 | 0.99 | 0 | 0.24 | 296.58 | 0.98 | 0.39 |
| Hex | B8 | 2 | C3 | 6 | 63 | 0 | 18 | 129 | 62 | 27 |
| Octal | 270 | 2 | 303 | 6 | 143 | 0 | 30 | 451 | 142 | 47 |
| Binary | 10111000 | 10 | 11000011 | 110 | 1100011 | 0 | 11000 | 100101001 | 1100010 | 100111 |
Color Harmonies of #B802C3
Complementary color
Monochromatic Colors of #B802C3
Black with #B802C3
Text Example
Text Example
White with #B802C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B802C3; }
p { color: rgb(184,2,195); }
H1.HeaderClassName
{
color: #B802C3;
}
.AnyTagClassName
{
color: #B802C3;
}
</style>
background-color css
<style>
a { background-color: #B802C3; }
a { background-color: rgb(184,2,195); }
div.DivClassName
{
background-color: #B802C3;
}
.BgClassName
{
background-color: #B802C3;
}
</style>
border-color css
<style>
span { border-color: #B802C3; }
span { border-color: rgb(184,2,195); }
td.TdClassName
{
border-color: #B802C3;
}
.TagClassName
{
border-color: #B802C3;
}
</style>