Shades of Deep Magenta #B924BC
Tints of Deep Magenta #B924BC
RGB
CMYK
RGB Variations
Color information
#B924BC (or 0xB924BC) is known color: Deep Magenta. HEX triplet: B9, 24 and BC. RGB value is (185,36,188). Sum of RGB (Red+Green+Blue) = 185+36+188=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #B924BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924BC is #46DB43. Grayscale: #616161. Windows color (decimal): -4643652 or 12330169. OLE color: 12330169.
HSL color Cylindrical-coordinate representation of color #B924BC: hue angle of 298.82º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B924BC is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 36 | 188 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.26 |
| HSL | 298.82º | 0.68% | 0.44% | - |
| HSV(B) | 298.82º | 0.81% | 0.74% | - |
| XYZ | 29.72 | 15.21 | 48.95 | - |
| YUV | 97.88 | 178.86 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 188 | 0.02 | 0.81 | 0 | 0.26 | 298.82 | 0.68 | 0.44 |
| Hex | B9 | 24 | BC | 2 | 51 | 0 | 1A | 12B | 44 | 2C |
| Octal | 271 | 44 | 274 | 2 | 121 | 0 | 32 | 453 | 104 | 54 |
| Binary | 10111001 | 100100 | 10111100 | 10 | 1010001 | 0 | 11010 | 100101011 | 1000100 | 101100 |
Color Harmonies of #B924BC
Complementary color
Monochromatic Colors of #B924BC
Black with #B924BC
Text Example
Text Example
White with #B924BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924BC; }
p { color: rgb(185,36,188); }
H1.HeaderClassName
{
color: #B924BC;
}
.AnyTagClassName
{
color: #B924BC;
}
</style>
background-color css
<style>
a { background-color: #B924BC; }
a { background-color: rgb(185,36,188); }
div.DivClassName
{
background-color: #B924BC;
}
.BgClassName
{
background-color: #B924BC;
}
</style>
border-color css
<style>
span { border-color: #B924BC; }
span { border-color: rgb(185,36,188); }
td.TdClassName
{
border-color: #B924BC;
}
.TagClassName
{
border-color: #B924BC;
}
</style>