Shades of Deep Magenta #BF20B6
Tints of Deep Magenta #BF20B6
RGB
CMYK
RGB Variations
Color information
#BF20B6 (or 0xBF20B6) is known color: Deep Magenta. HEX triplet: BF, 20 and B6. RGB value is (191,32,182). Sum of RGB (Red+Green+Blue) = 191+32+182=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF20B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF20B6 is #40DF49. Grayscale: #606060. Windows color (decimal): -4251466 or 11935935. OLE color: 11935935.
HSL color Cylindrical-coordinate representation of color #BF20B6: hue angle of 303.4º 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 #BF20B6 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 182 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.25 |
| HSL | 303.4º | 0.71% | 0.44% | - |
| HSV(B) | 303.4º | 0.83% | 0.75% | - |
| XYZ | 30.45 | 15.49 | 45.64 | - |
| YUV | 96.64 | 176.18 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 182 | 0 | 0.83 | 0.05 | 0.25 | 303.4 | 0.71 | 0.44 |
| Hex | BF | 20 | B6 | 0 | 53 | 5 | 19 | 12F | 47 | 2C |
| Octal | 277 | 40 | 266 | 0 | 123 | 5 | 31 | 457 | 107 | 54 |
| Binary | 10111111 | 100000 | 10110110 | 0 | 1010011 | 101 | 11001 | 100101111 | 1000111 | 101100 |
Color Harmonies of #BF20B6
Complementary color
Monochromatic Colors of #BF20B6
Black with #BF20B6
Text Example
Text Example
White with #BF20B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF20B6; }
p { color: rgb(191,32,182); }
H1.HeaderClassName
{
color: #BF20B6;
}
.AnyTagClassName
{
color: #BF20B6;
}
</style>
background-color css
<style>
a { background-color: #BF20B6; }
a { background-color: rgb(191,32,182); }
div.DivClassName
{
background-color: #BF20B6;
}
.BgClassName
{
background-color: #BF20B6;
}
</style>
border-color css
<style>
span { border-color: #BF20B6; }
span { border-color: rgb(191,32,182); }
td.TdClassName
{
border-color: #BF20B6;
}
.TagClassName
{
border-color: #BF20B6;
}
</style>