Shades of Deep Magenta #B908CD
Tints of Deep Magenta #B908CD
RGB
CMYK
RGB Variations
Color information
#B908CD (or 0xB908CD) is known color: Deep Magenta. HEX triplet: B9, 08 and CD. RGB value is (185,8,205). Sum of RGB (Red+Green+Blue) = 185+8+205=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #B908CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908CD is #46F732. Grayscale: #525252. Windows color (decimal): -4650803 or 13437113. OLE color: 13437113.
HSL color Cylindrical-coordinate representation of color #B908CD: hue angle of 293.91º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B908CD is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 8 | 205 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.20 |
| HSL | 293.91º | 0.92% | 0.42% | - |
| HSV(B) | 293.91º | 0.96% | 0.8% | - |
| XYZ | 31.11 | 14.9 | 58.99 | - |
| YUV | 83.38 | 196.64 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 205 | 0.10 | 0.96 | 0 | 0.20 | 293.91 | 0.92 | 0.42 |
| Hex | B9 | 8 | CD | A | 60 | 0 | 14 | 126 | 5C | 2A |
| Octal | 271 | 10 | 315 | 12 | 140 | 0 | 24 | 446 | 134 | 52 |
| Binary | 10111001 | 1000 | 11001101 | 1010 | 1100000 | 0 | 10100 | 100100110 | 1011100 | 101010 |
Color Harmonies of #B908CD
Complementary color
Monochromatic Colors of #B908CD
Black with #B908CD
Text Example
Text Example
White with #B908CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908CD; }
p { color: rgb(185,8,205); }
H1.HeaderClassName
{
color: #B908CD;
}
.AnyTagClassName
{
color: #B908CD;
}
</style>
background-color css
<style>
a { background-color: #B908CD; }
a { background-color: rgb(185,8,205); }
div.DivClassName
{
background-color: #B908CD;
}
.BgClassName
{
background-color: #B908CD;
}
</style>
border-color css
<style>
span { border-color: #B908CD; }
span { border-color: rgb(185,8,205); }
td.TdClassName
{
border-color: #B908CD;
}
.TagClassName
{
border-color: #B908CD;
}
</style>