Shades of Deep Magenta #B908CB
Tints of Deep Magenta #B908CB
RGB
CMYK
RGB Variations
Color information
#B908CB (or 0xB908CB) is known color: Deep Magenta. HEX triplet: B9, 08 and CB. RGB value is (185,8,203). Sum of RGB (Red+Green+Blue) = 185+8+203=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #B908CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908CB is #46F734. Grayscale: #525252. Windows color (decimal): -4650805 or 13306041. OLE color: 13306041.
HSL color Cylindrical-coordinate representation of color #B908CB: hue angle of 294.46º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B908CB is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 8 | 203 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.20 |
| HSL | 294.46º | 0.92% | 0.41% | - |
| HSV(B) | 294.46º | 0.96% | 0.8% | - |
| XYZ | 30.87 | 14.8 | 57.73 | - |
| YUV | 83.15 | 195.64 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 203 | 0.09 | 0.96 | 0 | 0.20 | 294.46 | 0.92 | 0.41 |
| Hex | B9 | 8 | CB | 9 | 60 | 0 | 14 | 126 | 5C | 29 |
| Octal | 271 | 10 | 313 | 11 | 140 | 0 | 24 | 446 | 134 | 51 |
| Binary | 10111001 | 1000 | 11001011 | 1001 | 1100000 | 0 | 10100 | 100100110 | 1011100 | 101001 |
Color Harmonies of #B908CB
Complementary color
Monochromatic Colors of #B908CB
Black with #B908CB
Text Example
Text Example
White with #B908CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908CB; }
p { color: rgb(185,8,203); }
H1.HeaderClassName
{
color: #B908CB;
}
.AnyTagClassName
{
color: #B908CB;
}
</style>
background-color css
<style>
a { background-color: #B908CB; }
a { background-color: rgb(185,8,203); }
div.DivClassName
{
background-color: #B908CB;
}
.BgClassName
{
background-color: #B908CB;
}
</style>
border-color css
<style>
span { border-color: #B908CB; }
span { border-color: rgb(185,8,203); }
td.TdClassName
{
border-color: #B908CB;
}
.TagClassName
{
border-color: #B908CB;
}
</style>