Shades of Deep Magenta #B908BC
Tints of Deep Magenta #B908BC
RGB
CMYK
RGB Variations
Color information
#B908BC (or 0xB908BC) is known color: Deep Magenta. HEX triplet: B9, 08 and BC. RGB value is (185,8,188). Sum of RGB (Red+Green+Blue) = 185+8+188=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #B908BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908BC is #46F743. Grayscale: #505050. Windows color (decimal): -4650820 or 12323001. OLE color: 12323001.
HSL color Cylindrical-coordinate representation of color #B908BC: hue angle of 299º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B908BC is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 8 | 188 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.26 |
| HSL | 299º | 0.92% | 0.38% | - |
| HSV(B) | 299º | 0.96% | 0.74% | - |
| XYZ | 29.17 | 14.12 | 48.76 | - |
| YUV | 81.44 | 188.14 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 188 | 0.02 | 0.96 | 0 | 0.26 | 299 | 0.92 | 0.38 |
| Hex | B9 | 8 | BC | 2 | 60 | 0 | 1A | 12B | 5C | 26 |
| Octal | 271 | 10 | 274 | 2 | 140 | 0 | 32 | 453 | 134 | 46 |
| Binary | 10111001 | 1000 | 10111100 | 10 | 1100000 | 0 | 11010 | 100101011 | 1011100 | 100110 |
Color Harmonies of #B908BC
Complementary color
Monochromatic Colors of #B908BC
Black with #B908BC
Text Example
Text Example
White with #B908BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908BC; }
p { color: rgb(185,8,188); }
H1.HeaderClassName
{
color: #B908BC;
}
.AnyTagClassName
{
color: #B908BC;
}
</style>
background-color css
<style>
a { background-color: #B908BC; }
a { background-color: rgb(185,8,188); }
div.DivClassName
{
background-color: #B908BC;
}
.BgClassName
{
background-color: #B908BC;
}
</style>
border-color css
<style>
span { border-color: #B908BC; }
span { border-color: rgb(185,8,188); }
td.TdClassName
{
border-color: #B908BC;
}
.TagClassName
{
border-color: #B908BC;
}
</style>