Shades of Deep Magenta #B205CB
Tints of Deep Magenta #B205CB
RGB
CMYK
RGB Variations
Color information
#B205CB (or 0xB205CB) is known color: Deep Magenta. HEX triplet: B2, 05 and CB. RGB value is (178,5,203). Sum of RGB (Red+Green+Blue) = 178+5+203=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #B205CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205CB is #4DFA34. Grayscale: #4E4E4E. Windows color (decimal): -5110325 or 13305266. OLE color: 13305266.
HSL color Cylindrical-coordinate representation of color #B205CB: hue angle of 292.42º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B205CB is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 5 | 203 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.20 |
| HSL | 292.42º | 0.95% | 0.41% | - |
| HSV(B) | 292.42º | 0.98% | 0.8% | - |
| XYZ | 29.19 | 13.89 | 57.64 | - |
| YUV | 79.3 | 197.81 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 203 | 0.12 | 0.98 | 0 | 0.20 | 292.42 | 0.95 | 0.41 |
| Hex | B2 | 5 | CB | C | 62 | 0 | 14 | 124 | 5F | 29 |
| Octal | 262 | 5 | 313 | 14 | 142 | 0 | 24 | 444 | 137 | 51 |
| Binary | 10110010 | 101 | 11001011 | 1100 | 1100010 | 0 | 10100 | 100100100 | 1011111 | 101001 |
Color Harmonies of #B205CB
Complementary color
Monochromatic Colors of #B205CB
Black with #B205CB
Text Example
Text Example
White with #B205CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B205CB; }
p { color: rgb(178,5,203); }
H1.HeaderClassName
{
color: #B205CB;
}
.AnyTagClassName
{
color: #B205CB;
}
</style>
background-color css
<style>
a { background-color: #B205CB; }
a { background-color: rgb(178,5,203); }
div.DivClassName
{
background-color: #B205CB;
}
.BgClassName
{
background-color: #B205CB;
}
</style>
border-color css
<style>
span { border-color: #B205CB; }
span { border-color: rgb(178,5,203); }
td.TdClassName
{
border-color: #B205CB;
}
.TagClassName
{
border-color: #B205CB;
}
</style>