Shades of Deep Magenta #BF06CE
Tints of Deep Magenta #BF06CE
RGB
CMYK
RGB Variations
Color information
#BF06CE (or 0xBF06CE) is known color: Deep Magenta. HEX triplet: BF, 06 and CE. RGB value is (191,6,206). Sum of RGB (Red+Green+Blue) = 191+6+206=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF06CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF06CE is #40F931. Grayscale: #535353. Windows color (decimal): -4258098 or 13502143. OLE color: 13502143.
HSL color Cylindrical-coordinate representation of color #BF06CE: hue angle of 295.5º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF06CE is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 6 | 206 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.19 |
| HSL | 295.5º | 0.94% | 0.42% | - |
| HSV(B) | 295.5º | 0.97% | 0.81% | - |
| XYZ | 32.69 | 15.66 | 59.69 | - |
| YUV | 84.12 | 196.79 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 206 | 0.07 | 0.97 | 0 | 0.19 | 295.5 | 0.94 | 0.42 |
| Hex | BF | 6 | CE | 7 | 61 | 0 | 13 | 128 | 5E | 2A |
| Octal | 277 | 6 | 316 | 7 | 141 | 0 | 23 | 450 | 136 | 52 |
| Binary | 10111111 | 110 | 11001110 | 111 | 1100001 | 0 | 10011 | 100101000 | 1011110 | 101010 |
Color Harmonies of #BF06CE
Complementary color
Monochromatic Colors of #BF06CE
Black with #BF06CE
Text Example
Text Example
White with #BF06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF06CE; }
p { color: rgb(191,6,206); }
H1.HeaderClassName
{
color: #BF06CE;
}
.AnyTagClassName
{
color: #BF06CE;
}
</style>
background-color css
<style>
a { background-color: #BF06CE; }
a { background-color: rgb(191,6,206); }
div.DivClassName
{
background-color: #BF06CE;
}
.BgClassName
{
background-color: #BF06CE;
}
</style>
border-color css
<style>
span { border-color: #BF06CE; }
span { border-color: rgb(191,6,206); }
td.TdClassName
{
border-color: #BF06CE;
}
.TagClassName
{
border-color: #BF06CE;
}
</style>