Shades of Deep Magenta #BF1FD2
Tints of Deep Magenta #BF1FD2
RGB
CMYK
RGB Variations
Color information
#BF1FD2 (or 0xBF1FD2) is known color: Deep Magenta. HEX triplet: BF, 1F and D2. RGB value is (191,31,210). Sum of RGB (Red+Green+Blue) = 191+31+210=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 210 (82.42% from 255 or 48.61% from 432); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF1FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1FD2 is #40E02D. Grayscale: #626262. Windows color (decimal): -4251694 or 13770687. OLE color: 13770687.
HSL color Cylindrical-coordinate representation of color #BF1FD2: hue angle of 293.63º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1FD2 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 31 | 210 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.18 |
| HSL | 293.63º | 0.74% | 0.47% | - |
| HSV(B) | 293.63º | 0.85% | 0.82% | - |
| XYZ | 33.61 | 16.71 | 62.43 | - |
| YUV | 99.25 | 190.51 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 210 | 0.09 | 0.85 | 0 | 0.18 | 293.63 | 0.74 | 0.47 |
| Hex | BF | 1F | D2 | 9 | 55 | 0 | 12 | 126 | 4A | 2F |
| Octal | 277 | 37 | 322 | 11 | 125 | 0 | 22 | 446 | 112 | 57 |
| Binary | 10111111 | 11111 | 11010010 | 1001 | 1010101 | 0 | 10010 | 100100110 | 1001010 | 101111 |
Color Harmonies of #BF1FD2
Complementary color
Monochromatic Colors of #BF1FD2
Black with #BF1FD2
Text Example
Text Example
White with #BF1FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1FD2; }
p { color: rgb(191,31,210); }
H1.HeaderClassName
{
color: #BF1FD2;
}
.AnyTagClassName
{
color: #BF1FD2;
}
</style>
background-color css
<style>
a { background-color: #BF1FD2; }
a { background-color: rgb(191,31,210); }
div.DivClassName
{
background-color: #BF1FD2;
}
.BgClassName
{
background-color: #BF1FD2;
}
</style>
border-color css
<style>
span { border-color: #BF1FD2; }
span { border-color: rgb(191,31,210); }
td.TdClassName
{
border-color: #BF1FD2;
}
.TagClassName
{
border-color: #BF1FD2;
}
</style>