Shades of Deep Magenta #B918BC
Tints of Deep Magenta #B918BC
RGB
CMYK
RGB Variations
Color information
#B918BC (or 0xB918BC) is known color: Deep Magenta. HEX triplet: B9, 18 and BC. RGB value is (185,24,188). Sum of RGB (Red+Green+Blue) = 185+24+188=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #B918BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918BC is #46E743. Grayscale: #5A5A5A. Windows color (decimal): -4646724 or 12327097. OLE color: 12327097.
HSL color Cylindrical-coordinate representation of color #B918BC: hue angle of 298.9º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B918BC is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 24 | 188 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.26 |
| HSL | 298.9º | 0.77% | 0.42% | - |
| HSV(B) | 298.9º | 0.87% | 0.74% | - |
| XYZ | 29.41 | 14.6 | 48.84 | - |
| YUV | 90.84 | 182.84 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 188 | 0.02 | 0.87 | 0 | 0.26 | 298.9 | 0.77 | 0.42 |
| Hex | B9 | 18 | BC | 2 | 57 | 0 | 1A | 12B | 4D | 2A |
| Octal | 271 | 30 | 274 | 2 | 127 | 0 | 32 | 453 | 115 | 52 |
| Binary | 10111001 | 11000 | 10111100 | 10 | 1010111 | 0 | 11010 | 100101011 | 1001101 | 101010 |
Color Harmonies of #B918BC
Complementary color
Monochromatic Colors of #B918BC
Black with #B918BC
Text Example
Text Example
White with #B918BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B918BC; }
p { color: rgb(185,24,188); }
H1.HeaderClassName
{
color: #B918BC;
}
.AnyTagClassName
{
color: #B918BC;
}
</style>
background-color css
<style>
a { background-color: #B918BC; }
a { background-color: rgb(185,24,188); }
div.DivClassName
{
background-color: #B918BC;
}
.BgClassName
{
background-color: #B918BC;
}
</style>
border-color css
<style>
span { border-color: #B918BC; }
span { border-color: rgb(185,24,188); }
td.TdClassName
{
border-color: #B918BC;
}
.TagClassName
{
border-color: #B918BC;
}
</style>