Shades of Deep Magenta #BF00D3
Tints of Deep Magenta #BF00D3
RGB
CMYK
RGB Variations
Color information
#BF00D3 (or 0xBF00D3) is known color: Deep Magenta. HEX triplet: BF, 00 and D3. RGB value is (191,0,211). Sum of RGB (Red+Green+Blue) = 191+0+211=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 211 (82.81% from 255 or 52.49% from 402); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF00D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00D3 is #40FF2C. Grayscale: #505050. Windows color (decimal): -4259629 or 13828287. OLE color: 13828287.
HSL color Cylindrical-coordinate representation of color #BF00D3: hue angle of 294.31º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00D3 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 0 | 211 | - |
| CMYK | 0.09 | 1 | 0 | 0.17 |
| HSL | 294.31º | 1% | 0.41% | - |
| HSV(B) | 294.31º | 1% | 0.83% | - |
| XYZ | 33.24 | 15.78 | 62.92 | - |
| YUV | 81.16 | 201.28 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 211 | 0.09 | 1 | 0 | 0.17 | 294.31 | 1 | 0.41 |
| Hex | BF | 0 | D3 | 9 | 64 | 0 | 11 | 126 | 64 | 29 |
| Octal | 277 | 0 | 323 | 11 | 144 | 0 | 21 | 446 | 144 | 51 |
| Binary | 10111111 | 0 | 11010011 | 1001 | 1100100 | 0 | 10001 | 100100110 | 1100100 | 101001 |
Color Harmonies of #BF00D3
Complementary color
Monochromatic Colors of #BF00D3
Black with #BF00D3
Text Example
Text Example
White with #BF00D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00D3; }
p { color: rgb(191,0,211); }
H1.HeaderClassName
{
color: #BF00D3;
}
.AnyTagClassName
{
color: #BF00D3;
}
</style>
background-color css
<style>
a { background-color: #BF00D3; }
a { background-color: rgb(191,0,211); }
div.DivClassName
{
background-color: #BF00D3;
}
.BgClassName
{
background-color: #BF00D3;
}
</style>
border-color css
<style>
span { border-color: #BF00D3; }
span { border-color: rgb(191,0,211); }
td.TdClassName
{
border-color: #BF00D3;
}
.TagClassName
{
border-color: #BF00D3;
}
</style>