Shades of Deep Magenta #B206BB
Tints of Deep Magenta #B206BB
RGB
CMYK
RGB Variations
Color information
#B206BB (or 0xB206BB) is known color: Deep Magenta. HEX triplet: B2, 06 and BB. RGB value is (178,6,187). Sum of RGB (Red+Green+Blue) = 178+6+187=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #B206BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B206BB is #4DF944. Grayscale: #4D4D4D. Windows color (decimal): -5110085 or 12256946. OLE color: 12256946.
HSL color Cylindrical-coordinate representation of color #B206BB: hue angle of 297.02º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B206BB is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 6 | 187 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.27 |
| HSL | 297.02º | 0.94% | 0.38% | - |
| HSV(B) | 297.02º | 0.97% | 0.73% | - |
| XYZ | 27.39 | 13.18 | 48.11 | - |
| YUV | 78.06 | 189.48 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 187 | 0.05 | 0.97 | 0 | 0.27 | 297.02 | 0.94 | 0.38 |
| Hex | B2 | 6 | BB | 5 | 61 | 0 | 1B | 129 | 5E | 26 |
| Octal | 262 | 6 | 273 | 5 | 141 | 0 | 33 | 451 | 136 | 46 |
| Binary | 10110010 | 110 | 10111011 | 101 | 1100001 | 0 | 11011 | 100101001 | 1011110 | 100110 |
Color Harmonies of #B206BB
Complementary color
Monochromatic Colors of #B206BB
Black with #B206BB
Text Example
Text Example
White with #B206BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B206BB; }
p { color: rgb(178,6,187); }
H1.HeaderClassName
{
color: #B206BB;
}
.AnyTagClassName
{
color: #B206BB;
}
</style>
background-color css
<style>
a { background-color: #B206BB; }
a { background-color: rgb(178,6,187); }
div.DivClassName
{
background-color: #B206BB;
}
.BgClassName
{
background-color: #B206BB;
}
</style>
border-color css
<style>
span { border-color: #B206BB; }
span { border-color: rgb(178,6,187); }
td.TdClassName
{
border-color: #B206BB;
}
.TagClassName
{
border-color: #B206BB;
}
</style>