Shades of Deep Magenta #BC02B2
Tints of Deep Magenta #BC02B2
RGB
CMYK
RGB Variations
Color information
#BC02B2 (or 0xBC02B2) is known color: Deep Magenta. HEX triplet: BC, 02 and B2. RGB value is (188,2,178). Sum of RGB (Red+Green+Blue) = 188+2+178=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC02B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC02B2 is #43FD4D. Grayscale: #4D4D4D. Windows color (decimal): -4455758 or 11666108. OLE color: 11666108.
HSL color Cylindrical-coordinate representation of color #BC02B2: hue angle of 303.23º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02B2 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.26 |
| HSL | 303.23º | 0.98% | 0.37% | - |
| HSV(B) | 303.23º | 0.99% | 0.74% | - |
| XYZ | 28.8 | 13.95 | 43.29 | - |
| YUV | 77.68 | 184.62 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 178 | 0 | 0.99 | 0.05 | 0.26 | 303.23 | 0.98 | 0.37 |
| Hex | BC | 2 | B2 | 0 | 63 | 5 | 1A | 12F | 62 | 25 |
| Octal | 274 | 2 | 262 | 0 | 143 | 5 | 32 | 457 | 142 | 45 |
| Binary | 10111100 | 10 | 10110010 | 0 | 1100011 | 101 | 11010 | 100101111 | 1100010 | 100101 |
Color Harmonies of #BC02B2
Complementary color
Monochromatic Colors of #BC02B2
Black with #BC02B2
Text Example
Text Example
White with #BC02B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02B2; }
p { color: rgb(188,2,178); }
H1.HeaderClassName
{
color: #BC02B2;
}
.AnyTagClassName
{
color: #BC02B2;
}
</style>
background-color css
<style>
a { background-color: #BC02B2; }
a { background-color: rgb(188,2,178); }
div.DivClassName
{
background-color: #BC02B2;
}
.BgClassName
{
background-color: #BC02B2;
}
</style>
border-color css
<style>
span { border-color: #BC02B2; }
span { border-color: rgb(188,2,178); }
td.TdClassName
{
border-color: #BC02B2;
}
.TagClassName
{
border-color: #BC02B2;
}
</style>