Shades of Deep Magenta #BF21BC
Tints of Deep Magenta #BF21BC
RGB
CMYK
RGB Variations
Color information
#BF21BC (or 0xBF21BC) is known color: Deep Magenta. HEX triplet: BF, 21 and BC. RGB value is (191,33,188). Sum of RGB (Red+Green+Blue) = 191+33+188=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF21BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF21BC is #40DE43. Grayscale: #616161. Windows color (decimal): -4251204 or 12329407. OLE color: 12329407.
HSL color Cylindrical-coordinate representation of color #BF21BC: hue angle of 301.14º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF21BC is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 188 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.25 |
| HSL | 301.14º | 0.71% | 0.44% | - |
| HSV(B) | 301.14º | 0.83% | 0.75% | - |
| XYZ | 31.11 | 15.79 | 48.99 | - |
| YUV | 97.91 | 178.85 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 188 | 0 | 0.83 | 0.02 | 0.25 | 301.14 | 0.71 | 0.44 |
| Hex | BF | 21 | BC | 0 | 53 | 2 | 19 | 12D | 47 | 2C |
| Octal | 277 | 41 | 274 | 0 | 123 | 2 | 31 | 455 | 107 | 54 |
| Binary | 10111111 | 100001 | 10111100 | 0 | 1010011 | 10 | 11001 | 100101101 | 1000111 | 101100 |
Color Harmonies of #BF21BC
Complementary color
Monochromatic Colors of #BF21BC
Black with #BF21BC
Text Example
Text Example
White with #BF21BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF21BC; }
p { color: rgb(191,33,188); }
H1.HeaderClassName
{
color: #BF21BC;
}
.AnyTagClassName
{
color: #BF21BC;
}
</style>
background-color css
<style>
a { background-color: #BF21BC; }
a { background-color: rgb(191,33,188); }
div.DivClassName
{
background-color: #BF21BC;
}
.BgClassName
{
background-color: #BF21BC;
}
</style>
border-color css
<style>
span { border-color: #BF21BC; }
span { border-color: rgb(191,33,188); }
td.TdClassName
{
border-color: #BF21BC;
}
.TagClassName
{
border-color: #BF21BC;
}
</style>