Shades of Deep Magenta #B908D8
Tints of Deep Magenta #B908D8
RGB
CMYK
RGB Variations
Color information
#B908D8 (or 0xB908D8) is known color: Deep Magenta. HEX triplet: B9, 08 and D8. RGB value is (185,8,216). Sum of RGB (Red+Green+Blue) = 185+8+216=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 216 (84.77% from 255 or 52.81% from 409); Max value from RGB is 216 - color contains mainly: blue. Hex color #B908D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908D8 is #46F727. Grayscale: #535353. Windows color (decimal): -4650792 or 14158009. OLE color: 14158009.
HSL color Cylindrical-coordinate representation of color #B908D8: hue angle of 291.06º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B908D8 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 8 | 216 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.15 |
| HSL | 291.06º | 0.93% | 0.44% | - |
| HSV(B) | 291.06º | 0.96% | 0.85% | - |
| XYZ | 32.49 | 15.45 | 66.23 | - |
| YUV | 84.64 | 202.14 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 216 | 0.14 | 0.96 | 0 | 0.15 | 291.06 | 0.93 | 0.44 |
| Hex | B9 | 8 | D8 | E | 60 | 0 | F | 123 | 5D | 2C |
| Octal | 271 | 10 | 330 | 16 | 140 | 0 | 17 | 443 | 135 | 54 |
| Binary | 10111001 | 1000 | 11011000 | 1110 | 1100000 | 0 | 1111 | 100100011 | 1011101 | 101100 |
Color Harmonies of #B908D8
Complementary color
Monochromatic Colors of #B908D8
Black with #B908D8
Text Example
Text Example
White with #B908D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908D8; }
p { color: rgb(185,8,216); }
H1.HeaderClassName
{
color: #B908D8;
}
.AnyTagClassName
{
color: #B908D8;
}
</style>
background-color css
<style>
a { background-color: #B908D8; }
a { background-color: rgb(185,8,216); }
div.DivClassName
{
background-color: #B908D8;
}
.BgClassName
{
background-color: #B908D8;
}
</style>
border-color css
<style>
span { border-color: #B908D8; }
span { border-color: rgb(185,8,216); }
td.TdClassName
{
border-color: #B908D8;
}
.TagClassName
{
border-color: #B908D8;
}
</style>