Shades of Deep Magenta #BF05CE
Tints of Deep Magenta #BF05CE
RGB
CMYK
RGB Variations
Color information
#BF05CE (or 0xBF05CE) is known color: Deep Magenta. HEX triplet: BF, 05 and CE. RGB value is (191,5,206). Sum of RGB (Red+Green+Blue) = 191+5+206=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF05CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF05CE is #40FA31. Grayscale: #525252. Windows color (decimal): -4258354 or 13501887. OLE color: 13501887.
HSL color Cylindrical-coordinate representation of color #BF05CE: hue angle of 295.52º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF05CE is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 5 | 206 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.19 |
| HSL | 295.52º | 0.95% | 0.41% | - |
| HSV(B) | 295.52º | 0.98% | 0.81% | - |
| XYZ | 32.68 | 15.64 | 59.69 | - |
| YUV | 83.53 | 197.12 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 5 | 206 | 0.07 | 0.98 | 0 | 0.19 | 295.52 | 0.95 | 0.41 |
| Hex | BF | 5 | CE | 7 | 62 | 0 | 13 | 128 | 5F | 29 |
| Octal | 277 | 5 | 316 | 7 | 142 | 0 | 23 | 450 | 137 | 51 |
| Binary | 10111111 | 101 | 11001110 | 111 | 1100010 | 0 | 10011 | 100101000 | 1011111 | 101001 |
Color Harmonies of #BF05CE
Complementary color
Monochromatic Colors of #BF05CE
Black with #BF05CE
Text Example
Text Example
White with #BF05CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF05CE; }
p { color: rgb(191,5,206); }
H1.HeaderClassName
{
color: #BF05CE;
}
.AnyTagClassName
{
color: #BF05CE;
}
</style>
background-color css
<style>
a { background-color: #BF05CE; }
a { background-color: rgb(191,5,206); }
div.DivClassName
{
background-color: #BF05CE;
}
.BgClassName
{
background-color: #BF05CE;
}
</style>
border-color css
<style>
span { border-color: #BF05CE; }
span { border-color: rgb(191,5,206); }
td.TdClassName
{
border-color: #BF05CE;
}
.TagClassName
{
border-color: #BF05CE;
}
</style>