Shades of Deep Magenta #B924C3
Tints of Deep Magenta #B924C3
RGB
CMYK
RGB Variations
Color information
#B924C3 (or 0xB924C3) is known color: Deep Magenta. HEX triplet: B9, 24 and C3. RGB value is (185,36,195). Sum of RGB (Red+Green+Blue) = 185+36+195=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #B924C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924C3 is #46DB3C. Grayscale: #626262. Windows color (decimal): -4643645 or 12788921. OLE color: 12788921.
HSL color Cylindrical-coordinate representation of color #B924C3: hue angle of 296.23º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B924C3 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 36 | 195 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.24 |
| HSL | 296.23º | 0.69% | 0.45% | - |
| HSV(B) | 296.23º | 0.82% | 0.76% | - |
| XYZ | 30.49 | 15.52 | 53.02 | - |
| YUV | 98.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 195 | 0.05 | 0.82 | 0 | 0.24 | 296.23 | 0.69 | 0.45 |
| Hex | B9 | 24 | C3 | 5 | 52 | 0 | 18 | 128 | 45 | 2D |
| Octal | 271 | 44 | 303 | 5 | 122 | 0 | 30 | 450 | 105 | 55 |
| Binary | 10111001 | 100100 | 11000011 | 101 | 1010010 | 0 | 11000 | 100101000 | 1000101 | 101101 |
Color Harmonies of #B924C3
Complementary color
Monochromatic Colors of #B924C3
Black with #B924C3
Text Example
Text Example
White with #B924C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924C3; }
p { color: rgb(185,36,195); }
H1.HeaderClassName
{
color: #B924C3;
}
.AnyTagClassName
{
color: #B924C3;
}
</style>
background-color css
<style>
a { background-color: #B924C3; }
a { background-color: rgb(185,36,195); }
div.DivClassName
{
background-color: #B924C3;
}
.BgClassName
{
background-color: #B924C3;
}
</style>
border-color css
<style>
span { border-color: #B924C3; }
span { border-color: rgb(185,36,195); }
td.TdClassName
{
border-color: #B924C3;
}
.TagClassName
{
border-color: #B924C3;
}
</style>