Shades of Deep Magenta #B908D6
Tints of Deep Magenta #B908D6
RGB
CMYK
RGB Variations
Color information
#B908D6 (or 0xB908D6) is known color: Deep Magenta. HEX triplet: B9, 08 and D6. RGB value is (185,8,214). Sum of RGB (Red+Green+Blue) = 185+8+214=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #B908D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908D6 is #46F729. Grayscale: #535353. Windows color (decimal): -4650794 or 14026937. OLE color: 14026937.
HSL color Cylindrical-coordinate representation of color #B908D6: hue angle of 291.55º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B908D6 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 8 | 214 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.16 |
| HSL | 291.55º | 0.93% | 0.44% | - |
| HSV(B) | 291.55º | 0.96% | 0.84% | - |
| XYZ | 32.23 | 15.34 | 64.88 | - |
| YUV | 84.41 | 201.14 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 214 | 0.14 | 0.96 | 0 | 0.16 | 291.55 | 0.93 | 0.44 |
| Hex | B9 | 8 | D6 | E | 60 | 0 | 10 | 124 | 5D | 2C |
| Octal | 271 | 10 | 326 | 16 | 140 | 0 | 20 | 444 | 135 | 54 |
| Binary | 10111001 | 1000 | 11010110 | 1110 | 1100000 | 0 | 10000 | 100100100 | 1011101 | 101100 |
Color Harmonies of #B908D6
Complementary color
Monochromatic Colors of #B908D6
Black with #B908D6
Text Example
Text Example
White with #B908D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908D6; }
p { color: rgb(185,8,214); }
H1.HeaderClassName
{
color: #B908D6;
}
.AnyTagClassName
{
color: #B908D6;
}
</style>
background-color css
<style>
a { background-color: #B908D6; }
a { background-color: rgb(185,8,214); }
div.DivClassName
{
background-color: #B908D6;
}
.BgClassName
{
background-color: #B908D6;
}
</style>
border-color css
<style>
span { border-color: #B908D6; }
span { border-color: rgb(185,8,214); }
td.TdClassName
{
border-color: #B908D6;
}
.TagClassName
{
border-color: #B908D6;
}
</style>