Shades of Deep Magenta #B206BD
Tints of Deep Magenta #B206BD
RGB
CMYK
RGB Variations
Color information
#B206BD (or 0xB206BD) is known color: Deep Magenta. HEX triplet: B2, 06 and BD. RGB value is (178,6,189). Sum of RGB (Red+Green+Blue) = 178+6+189=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #B206BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B206BD is #4DF942. Grayscale: #4D4D4D. Windows color (decimal): -5110083 or 12388018. OLE color: 12388018.
HSL color Cylindrical-coordinate representation of color #B206BD: hue angle of 296.39º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B206BD is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 6 | 189 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.26 |
| HSL | 296.39º | 0.94% | 0.38% | - |
| HSV(B) | 296.39º | 0.97% | 0.74% | - |
| XYZ | 27.61 | 13.27 | 49.25 | - |
| YUV | 78.29 | 190.48 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 189 | 0.06 | 0.97 | 0 | 0.26 | 296.39 | 0.94 | 0.38 |
| Hex | B2 | 6 | BD | 6 | 61 | 0 | 1A | 128 | 5E | 26 |
| Octal | 262 | 6 | 275 | 6 | 141 | 0 | 32 | 450 | 136 | 46 |
| Binary | 10110010 | 110 | 10111101 | 110 | 1100001 | 0 | 11010 | 100101000 | 1011110 | 100110 |
Color Harmonies of #B206BD
Complementary color
Monochromatic Colors of #B206BD
Black with #B206BD
Text Example
Text Example
White with #B206BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B206BD; }
p { color: rgb(178,6,189); }
H1.HeaderClassName
{
color: #B206BD;
}
.AnyTagClassName
{
color: #B206BD;
}
</style>
background-color css
<style>
a { background-color: #B206BD; }
a { background-color: rgb(178,6,189); }
div.DivClassName
{
background-color: #B206BD;
}
.BgClassName
{
background-color: #B206BD;
}
</style>
border-color css
<style>
span { border-color: #B206BD; }
span { border-color: rgb(178,6,189); }
td.TdClassName
{
border-color: #B206BD;
}
.TagClassName
{
border-color: #B206BD;
}
</style>