Shades of Deep Magenta #BF23DC
Tints of Deep Magenta #BF23DC
RGB
CMYK
RGB Variations
Color information
#BF23DC (or 0xBF23DC) is known color: Deep Magenta. HEX triplet: BF, 23 and DC. RGB value is (191,35,220). Sum of RGB (Red+Green+Blue) = 191+35+220=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF23DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF23DC is #40DC23. Grayscale: #666666. Windows color (decimal): -4250660 or 14427071. OLE color: 14427071.
HSL color Cylindrical-coordinate representation of color #BF23DC: hue angle of 290.59º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF23DC is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 35 | 220 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.14 |
| HSL | 290.59º | 0.73% | 0.5% | - |
| HSV(B) | 290.59º | 0.84% | 0.86% | - |
| XYZ | 35.01 | 17.45 | 69.23 | - |
| YUV | 102.73 | 194.18 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 220 | 0.13 | 0.84 | 0 | 0.14 | 290.59 | 0.73 | 0.5 |
| Hex | BF | 23 | DC | D | 54 | 0 | E | 123 | 49 | 32 |
| Octal | 277 | 43 | 334 | 15 | 124 | 0 | 16 | 443 | 111 | 62 |
| Binary | 10111111 | 100011 | 11011100 | 1101 | 1010100 | 0 | 1110 | 100100011 | 1001001 | 110010 |
Color Harmonies of #BF23DC
Complementary color
Monochromatic Colors of #BF23DC
Black with #BF23DC
Text Example
Text Example
White with #BF23DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF23DC; }
p { color: rgb(191,35,220); }
H1.HeaderClassName
{
color: #BF23DC;
}
.AnyTagClassName
{
color: #BF23DC;
}
</style>
background-color css
<style>
a { background-color: #BF23DC; }
a { background-color: rgb(191,35,220); }
div.DivClassName
{
background-color: #BF23DC;
}
.BgClassName
{
background-color: #BF23DC;
}
</style>
border-color css
<style>
span { border-color: #BF23DC; }
span { border-color: rgb(191,35,220); }
td.TdClassName
{
border-color: #BF23DC;
}
.TagClassName
{
border-color: #BF23DC;
}
</style>