Shades of Deep Magenta #B20CCB
Tints of Deep Magenta #B20CCB
RGB
CMYK
RGB Variations
Color information
#B20CCB (or 0xB20CCB) is known color: Deep Magenta. HEX triplet: B2, 0C and CB. RGB value is (178,12,203). Sum of RGB (Red+Green+Blue) = 178+12+203=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #B20CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CCB is #4DF334. Grayscale: #525252. Windows color (decimal): -5108533 or 13307058. OLE color: 13307058.
HSL color Cylindrical-coordinate representation of color #B20CCB: hue angle of 292.15º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20CCB is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 12 | 203 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.20 |
| HSL | 292.15º | 0.89% | 0.42% | - |
| HSV(B) | 292.15º | 0.94% | 0.8% | - |
| XYZ | 29.27 | 14.04 | 57.67 | - |
| YUV | 83.41 | 195.5 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 203 | 0.12 | 0.94 | 0 | 0.20 | 292.15 | 0.89 | 0.42 |
| Hex | B2 | C | CB | C | 5E | 0 | 14 | 124 | 59 | 2A |
| Octal | 262 | 14 | 313 | 14 | 136 | 0 | 24 | 444 | 131 | 52 |
| Binary | 10110010 | 1100 | 11001011 | 1100 | 1011110 | 0 | 10100 | 100100100 | 1011001 | 101010 |
Color Harmonies of #B20CCB
Complementary color
Monochromatic Colors of #B20CCB
Black with #B20CCB
Text Example
Text Example
White with #B20CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20CCB; }
p { color: rgb(178,12,203); }
H1.HeaderClassName
{
color: #B20CCB;
}
.AnyTagClassName
{
color: #B20CCB;
}
</style>
background-color css
<style>
a { background-color: #B20CCB; }
a { background-color: rgb(178,12,203); }
div.DivClassName
{
background-color: #B20CCB;
}
.BgClassName
{
background-color: #B20CCB;
}
</style>
border-color css
<style>
span { border-color: #B20CCB; }
span { border-color: rgb(178,12,203); }
td.TdClassName
{
border-color: #B20CCB;
}
.TagClassName
{
border-color: #B20CCB;
}
</style>