Shades of Deep Magenta #B908D7
Tints of Deep Magenta #B908D7
RGB
CMYK
RGB Variations
Color information
#B908D7 (or 0xB908D7) is known color: Deep Magenta. HEX triplet: B9, 08 and D7. RGB value is (185,8,215). Sum of RGB (Red+Green+Blue) = 185+8+215=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 215 (84.38% from 255 or 52.70% from 408); Max value from RGB is 215 - color contains mainly: blue. Hex color #B908D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908D7 is #46F728. Grayscale: #535353. Windows color (decimal): -4650793 or 14092473. OLE color: 14092473.
HSL color Cylindrical-coordinate representation of color #B908D7: hue angle of 291.3º 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 #B908D7 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 8 | 215 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.16 |
| HSL | 291.3º | 0.93% | 0.44% | - |
| HSV(B) | 291.3º | 0.96% | 0.84% | - |
| XYZ | 32.36 | 15.39 | 65.56 | - |
| YUV | 84.52 | 201.64 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 215 | 0.14 | 0.96 | 0 | 0.16 | 291.3 | 0.93 | 0.44 |
| Hex | B9 | 8 | D7 | E | 60 | 0 | 10 | 123 | 5D | 2C |
| Octal | 271 | 10 | 327 | 16 | 140 | 0 | 20 | 443 | 135 | 54 |
| Binary | 10111001 | 1000 | 11010111 | 1110 | 1100000 | 0 | 10000 | 100100011 | 1011101 | 101100 |
Color Harmonies of #B908D7
Complementary color
Monochromatic Colors of #B908D7
Black with #B908D7
Text Example
Text Example
White with #B908D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908D7; }
p { color: rgb(185,8,215); }
H1.HeaderClassName
{
color: #B908D7;
}
.AnyTagClassName
{
color: #B908D7;
}
</style>
background-color css
<style>
a { background-color: #B908D7; }
a { background-color: rgb(185,8,215); }
div.DivClassName
{
background-color: #B908D7;
}
.BgClassName
{
background-color: #B908D7;
}
</style>
border-color css
<style>
span { border-color: #B908D7; }
span { border-color: rgb(185,8,215); }
td.TdClassName
{
border-color: #B908D7;
}
.TagClassName
{
border-color: #B908D7;
}
</style>