Shades of Deep Magenta #BF24B2
Tints of Deep Magenta #BF24B2
RGB
CMYK
RGB Variations
Color information
#BF24B2 (or 0xBF24B2) is known color: Deep Magenta. HEX triplet: BF, 24 and B2. RGB value is (191,36,178). Sum of RGB (Red+Green+Blue) = 191+36+178=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF24B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF24B2 is #40DB4D. Grayscale: #626262. Windows color (decimal): -4250446 or 11674815. OLE color: 11674815.
HSL color Cylindrical-coordinate representation of color #BF24B2: hue angle of 305.03º 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 #BF24B2 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 178 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.25 |
| HSL | 305.03º | 0.68% | 0.45% | - |
| HSV(B) | 305.03º | 0.81% | 0.75% | - |
| XYZ | 30.15 | 15.55 | 43.53 | - |
| YUV | 98.53 | 172.85 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 178 | 0 | 0.81 | 0.07 | 0.25 | 305.03 | 0.68 | 0.45 |
| Hex | BF | 24 | B2 | 0 | 51 | 7 | 19 | 131 | 44 | 2D |
| Octal | 277 | 44 | 262 | 0 | 121 | 7 | 31 | 461 | 104 | 55 |
| Binary | 10111111 | 100100 | 10110010 | 0 | 1010001 | 111 | 11001 | 100110001 | 1000100 | 101101 |
Color Harmonies of #BF24B2
Complementary color
Monochromatic Colors of #BF24B2
Black with #BF24B2
Text Example
Text Example
White with #BF24B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF24B2; }
p { color: rgb(191,36,178); }
H1.HeaderClassName
{
color: #BF24B2;
}
.AnyTagClassName
{
color: #BF24B2;
}
</style>
background-color css
<style>
a { background-color: #BF24B2; }
a { background-color: rgb(191,36,178); }
div.DivClassName
{
background-color: #BF24B2;
}
.BgClassName
{
background-color: #BF24B2;
}
</style>
border-color css
<style>
span { border-color: #BF24B2; }
span { border-color: rgb(191,36,178); }
td.TdClassName
{
border-color: #BF24B2;
}
.TagClassName
{
border-color: #BF24B2;
}
</style>