Shades of Deep Magenta #BF24BC
Tints of Deep Magenta #BF24BC
RGB
CMYK
RGB Variations
Color information
#BF24BC (or 0xBF24BC) is known color: Deep Magenta. HEX triplet: BF, 24 and BC. RGB value is (191,36,188). Sum of RGB (Red+Green+Blue) = 191+36+188=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF24BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF24BC is #40DB43. Grayscale: #636363. Windows color (decimal): -4250436 or 12330175. OLE color: 12330175.
HSL color Cylindrical-coordinate representation of color #BF24BC: hue angle of 301.16º 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 #BF24BC is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 188 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.25 |
| HSL | 301.16º | 0.68% | 0.45% | - |
| HSV(B) | 301.16º | 0.81% | 0.75% | - |
| XYZ | 31.19 | 15.97 | 49.02 | - |
| YUV | 99.67 | 177.85 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 188 | 0 | 0.81 | 0.02 | 0.25 | 301.16 | 0.68 | 0.45 |
| Hex | BF | 24 | BC | 0 | 51 | 2 | 19 | 12D | 44 | 2D |
| Octal | 277 | 44 | 274 | 0 | 121 | 2 | 31 | 455 | 104 | 55 |
| Binary | 10111111 | 100100 | 10111100 | 0 | 1010001 | 10 | 11001 | 100101101 | 1000100 | 101101 |
Color Harmonies of #BF24BC
Complementary color
Monochromatic Colors of #BF24BC
Black with #BF24BC
Text Example
Text Example
White with #BF24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF24BC; }
p { color: rgb(191,36,188); }
H1.HeaderClassName
{
color: #BF24BC;
}
.AnyTagClassName
{
color: #BF24BC;
}
</style>
background-color css
<style>
a { background-color: #BF24BC; }
a { background-color: rgb(191,36,188); }
div.DivClassName
{
background-color: #BF24BC;
}
.BgClassName
{
background-color: #BF24BC;
}
</style>
border-color css
<style>
span { border-color: #BF24BC; }
span { border-color: rgb(191,36,188); }
td.TdClassName
{
border-color: #BF24BC;
}
.TagClassName
{
border-color: #BF24BC;
}
</style>