Shades of Deep Magenta #B906BD
Tints of Deep Magenta #B906BD
RGB
CMYK
RGB Variations
Color information
#B906BD (or 0xB906BD) is known color: Deep Magenta. HEX triplet: B9, 06 and BD. RGB value is (185,6,189). Sum of RGB (Red+Green+Blue) = 185+6+189=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #B906BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B906BD is #46F942. Grayscale: #4F4F4F. Windows color (decimal): -4651331 or 12388025. OLE color: 12388025.
HSL color Cylindrical-coordinate representation of color #B906BD: hue angle of 298.69º 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 #B906BD is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 6 | 189 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.26 |
| HSL | 298.69º | 0.94% | 0.38% | - |
| HSV(B) | 298.69º | 0.97% | 0.74% | - |
| XYZ | 29.26 | 14.12 | 49.33 | - |
| YUV | 80.38 | 189.3 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 6 | 189 | 0.02 | 0.97 | 0 | 0.26 | 298.69 | 0.94 | 0.38 |
| Hex | B9 | 6 | BD | 2 | 61 | 0 | 1A | 12B | 5E | 26 |
| Octal | 271 | 6 | 275 | 2 | 141 | 0 | 32 | 453 | 136 | 46 |
| Binary | 10111001 | 110 | 10111101 | 10 | 1100001 | 0 | 11010 | 100101011 | 1011110 | 100110 |
Color Harmonies of #B906BD
Complementary color
Monochromatic Colors of #B906BD
Black with #B906BD
Text Example
Text Example
White with #B906BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B906BD; }
p { color: rgb(185,6,189); }
H1.HeaderClassName
{
color: #B906BD;
}
.AnyTagClassName
{
color: #B906BD;
}
</style>
background-color css
<style>
a { background-color: #B906BD; }
a { background-color: rgb(185,6,189); }
div.DivClassName
{
background-color: #B906BD;
}
.BgClassName
{
background-color: #B906BD;
}
</style>
border-color css
<style>
span { border-color: #B906BD; }
span { border-color: rgb(185,6,189); }
td.TdClassName
{
border-color: #B906BD;
}
.TagClassName
{
border-color: #B906BD;
}
</style>