Shades of Deep Magenta #B203CB
Tints of Deep Magenta #B203CB
RGB
CMYK
RGB Variations
Color information
#B203CB (or 0xB203CB) is known color: Deep Magenta. HEX triplet: B2, 03 and CB. RGB value is (178,3,203). Sum of RGB (Red+Green+Blue) = 178+3+203=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #B203CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B203CB is #4DFC34. Grayscale: #4D4D4D. Windows color (decimal): -5110837 or 13304754. OLE color: 13304754.
HSL color Cylindrical-coordinate representation of color #B203CB: hue angle of 292.5º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B203CB is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 3 | 203 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.20 |
| HSL | 292.5º | 0.97% | 0.4% | - |
| HSV(B) | 292.5º | 0.99% | 0.8% | - |
| XYZ | 29.17 | 13.84 | 57.63 | - |
| YUV | 78.13 | 198.48 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 203 | 0.12 | 0.99 | 0 | 0.20 | 292.5 | 0.97 | 0.4 |
| Hex | B2 | 3 | CB | C | 63 | 0 | 14 | 124 | 61 | 28 |
| Octal | 262 | 3 | 313 | 14 | 143 | 0 | 24 | 444 | 141 | 50 |
| Binary | 10110010 | 11 | 11001011 | 1100 | 1100011 | 0 | 10100 | 100100100 | 1100001 | 101000 |
Color Harmonies of #B203CB
Complementary color
Monochromatic Colors of #B203CB
Black with #B203CB
Text Example
Text Example
White with #B203CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B203CB; }
p { color: rgb(178,3,203); }
H1.HeaderClassName
{
color: #B203CB;
}
.AnyTagClassName
{
color: #B203CB;
}
</style>
background-color css
<style>
a { background-color: #B203CB; }
a { background-color: rgb(178,3,203); }
div.DivClassName
{
background-color: #B203CB;
}
.BgClassName
{
background-color: #B203CB;
}
</style>
border-color css
<style>
span { border-color: #B203CB; }
span { border-color: rgb(178,3,203); }
td.TdClassName
{
border-color: #B203CB;
}
.TagClassName
{
border-color: #B203CB;
}
</style>