Shades of Deep Magenta #B206CA
Tints of Deep Magenta #B206CA
RGB
CMYK
RGB Variations
Color information
#B206CA (or 0xB206CA) is known color: Deep Magenta. HEX triplet: B2, 06 and CA. RGB value is (178,6,202). Sum of RGB (Red+Green+Blue) = 178+6+202=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #B206CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B206CA is #4DF935. Grayscale: #4F4F4F. Windows color (decimal): -5110070 or 13239986. OLE color: 13239986.
HSL color Cylindrical-coordinate representation of color #B206CA: hue angle of 292.65º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B206CA is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 6 | 202 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.21 |
| HSL | 292.65º | 0.94% | 0.41% | - |
| HSV(B) | 292.65º | 0.97% | 0.79% | - |
| XYZ | 29.09 | 13.86 | 57.02 | - |
| YUV | 79.77 | 196.98 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 202 | 0.12 | 0.97 | 0 | 0.21 | 292.65 | 0.94 | 0.41 |
| Hex | B2 | 6 | CA | C | 61 | 0 | 15 | 125 | 5E | 29 |
| Octal | 262 | 6 | 312 | 14 | 141 | 0 | 25 | 445 | 136 | 51 |
| Binary | 10110010 | 110 | 11001010 | 1100 | 1100001 | 0 | 10101 | 100100101 | 1011110 | 101001 |
Color Harmonies of #B206CA
Complementary color
Monochromatic Colors of #B206CA
Black with #B206CA
Text Example
Text Example
White with #B206CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B206CA; }
p { color: rgb(178,6,202); }
H1.HeaderClassName
{
color: #B206CA;
}
.AnyTagClassName
{
color: #B206CA;
}
</style>
background-color css
<style>
a { background-color: #B206CA; }
a { background-color: rgb(178,6,202); }
div.DivClassName
{
background-color: #B206CA;
}
.BgClassName
{
background-color: #B206CA;
}
</style>
border-color css
<style>
span { border-color: #B206CA; }
span { border-color: rgb(178,6,202); }
td.TdClassName
{
border-color: #B206CA;
}
.TagClassName
{
border-color: #B206CA;
}
</style>