Shades of Deep Magenta #B908CC
Tints of Deep Magenta #B908CC
RGB
CMYK
RGB Variations
Color information
#B908CC (or 0xB908CC) is known color: Deep Magenta. HEX triplet: B9, 08 and CC. RGB value is (185,8,204). Sum of RGB (Red+Green+Blue) = 185+8+204=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #B908CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908CC is #46F733. Grayscale: #525252. Windows color (decimal): -4650804 or 13371577. OLE color: 13371577.
HSL color Cylindrical-coordinate representation of color #B908CC: hue angle of 294.18º 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 #B908CC is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 8 | 204 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.2 |
| HSL | 294.18º | 0.92% | 0.42% | - |
| HSV(B) | 294.18º | 0.96% | 0.8% | - |
| XYZ | 30.99 | 14.85 | 58.36 | - |
| YUV | 83.27 | 196.14 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 204 | 0.09 | 0.96 | 0 | 0.2 | 294.18 | 0.92 | 0.42 |
| Hex | B9 | 8 | CC | 9 | 60 | 0 | 14 | 126 | 5C | 2A |
| Octal | 271 | 10 | 314 | 11 | 140 | 0 | 24 | 446 | 134 | 52 |
| Binary | 10111001 | 1000 | 11001100 | 1001 | 1100000 | 0 | 10100 | 100100110 | 1011100 | 101010 |
Color Harmonies of #B908CC
Complementary color
Monochromatic Colors of #B908CC
Black with #B908CC
Text Example
Text Example
White with #B908CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908CC; }
p { color: rgb(185,8,204); }
H1.HeaderClassName
{
color: #B908CC;
}
.AnyTagClassName
{
color: #B908CC;
}
</style>
background-color css
<style>
a { background-color: #B908CC; }
a { background-color: rgb(185,8,204); }
div.DivClassName
{
background-color: #B908CC;
}
.BgClassName
{
background-color: #B908CC;
}
</style>
border-color css
<style>
span { border-color: #B908CC; }
span { border-color: rgb(185,8,204); }
td.TdClassName
{
border-color: #B908CC;
}
.TagClassName
{
border-color: #B908CC;
}
</style>