Shades of Deep Magenta #BF24B0
Tints of Deep Magenta #BF24B0
RGB
CMYK
RGB Variations
Color information
#BF24B0 (or 0xBF24B0) is known color: Deep Magenta. HEX triplet: BF, 24 and B0. RGB value is (191,36,176). Sum of RGB (Red+Green+Blue) = 191+36+176=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF24B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF24B0 is #40DB4F. Grayscale: #616161. Windows color (decimal): -4250448 or 11543743. OLE color: 11543743.
HSL color Cylindrical-coordinate representation of color #BF24B0: hue angle of 305.81º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF24B0 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 176 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.25 |
| HSL | 305.81º | 0.68% | 0.45% | - |
| HSV(B) | 305.81º | 0.81% | 0.75% | - |
| XYZ | 29.95 | 15.47 | 42.48 | - |
| YUV | 98.31 | 171.85 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 176 | 0 | 0.81 | 0.08 | 0.25 | 305.81 | 0.68 | 0.45 |
| Hex | BF | 24 | B0 | 0 | 51 | 8 | 19 | 132 | 44 | 2D |
| Octal | 277 | 44 | 260 | 0 | 121 | 10 | 31 | 462 | 104 | 55 |
| Binary | 10111111 | 100100 | 10110000 | 0 | 1010001 | 1000 | 11001 | 100110010 | 1000100 | 101101 |
Color Harmonies of #BF24B0
Complementary color
Monochromatic Colors of #BF24B0
Black with #BF24B0
Text Example
Text Example
White with #BF24B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF24B0; }
p { color: rgb(191,36,176); }
H1.HeaderClassName
{
color: #BF24B0;
}
.AnyTagClassName
{
color: #BF24B0;
}
</style>
background-color css
<style>
a { background-color: #BF24B0; }
a { background-color: rgb(191,36,176); }
div.DivClassName
{
background-color: #BF24B0;
}
.BgClassName
{
background-color: #BF24B0;
}
</style>
border-color css
<style>
span { border-color: #BF24B0; }
span { border-color: rgb(191,36,176); }
td.TdClassName
{
border-color: #BF24B0;
}
.TagClassName
{
border-color: #BF24B0;
}
</style>