Shades of Deep Magenta #B906C8
Tints of Deep Magenta #B906C8
RGB
CMYK
RGB Variations
Color information
#B906C8 (or 0xB906C8) is known color: Deep Magenta. HEX triplet: B9, 06 and C8. RGB value is (185,6,200). Sum of RGB (Red+Green+Blue) = 185+6+200=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #B906C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B906C8 is #46F937. Grayscale: #515151. Windows color (decimal): -4651320 or 13108921. OLE color: 13108921.
HSL color Cylindrical-coordinate representation of color #B906C8: hue angle of 295.36º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B906C8 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 6 | 200 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.22 |
| HSL | 295.36º | 0.94% | 0.4% | - |
| HSV(B) | 295.36º | 0.97% | 0.78% | - |
| XYZ | 30.5 | 14.61 | 55.86 | - |
| YUV | 81.64 | 194.8 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 6 | 200 | 0.08 | 0.97 | 0 | 0.22 | 295.36 | 0.94 | 0.4 |
| Hex | B9 | 6 | C8 | 8 | 61 | 0 | 16 | 127 | 5E | 28 |
| Octal | 271 | 6 | 310 | 10 | 141 | 0 | 26 | 447 | 136 | 50 |
| Binary | 10111001 | 110 | 11001000 | 1000 | 1100001 | 0 | 10110 | 100100111 | 1011110 | 101000 |
Color Harmonies of #B906C8
Complementary color
Monochromatic Colors of #B906C8
Black with #B906C8
Text Example
Text Example
White with #B906C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B906C8; }
p { color: rgb(185,6,200); }
H1.HeaderClassName
{
color: #B906C8;
}
.AnyTagClassName
{
color: #B906C8;
}
</style>
background-color css
<style>
a { background-color: #B906C8; }
a { background-color: rgb(185,6,200); }
div.DivClassName
{
background-color: #B906C8;
}
.BgClassName
{
background-color: #B906C8;
}
</style>
border-color css
<style>
span { border-color: #B906C8; }
span { border-color: rgb(185,6,200); }
td.TdClassName
{
border-color: #B906C8;
}
.TagClassName
{
border-color: #B906C8;
}
</style>