Shades of Deep Magenta #BF27CE
Tints of Deep Magenta #BF27CE
RGB
CMYK
RGB Variations
Color information
#BF27CE (or 0xBF27CE) is known color: Deep Magenta. HEX triplet: BF, 27 and CE. RGB value is (191,39,206). Sum of RGB (Red+Green+Blue) = 191+39+206=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF27CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF27CE is #40D831. Grayscale: #666666. Windows color (decimal): -4249650 or 13510591. OLE color: 13510591.
HSL color Cylindrical-coordinate representation of color #BF27CE: hue angle of 294.61º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF27CE is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 39 | 206 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.19 |
| HSL | 294.61º | 0.68% | 0.48% | - |
| HSV(B) | 294.61º | 0.81% | 0.81% | - |
| XYZ | 33.35 | 16.98 | 59.91 | - |
| YUV | 103.49 | 185.86 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 206 | 0.07 | 0.81 | 0 | 0.19 | 294.61 | 0.68 | 0.48 |
| Hex | BF | 27 | CE | 7 | 51 | 0 | 13 | 127 | 44 | 30 |
| Octal | 277 | 47 | 316 | 7 | 121 | 0 | 23 | 447 | 104 | 60 |
| Binary | 10111111 | 100111 | 11001110 | 111 | 1010001 | 0 | 10011 | 100100111 | 1000100 | 110000 |
Color Harmonies of #BF27CE
Complementary color
Monochromatic Colors of #BF27CE
Black with #BF27CE
Text Example
Text Example
White with #BF27CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF27CE; }
p { color: rgb(191,39,206); }
H1.HeaderClassName
{
color: #BF27CE;
}
.AnyTagClassName
{
color: #BF27CE;
}
</style>
background-color css
<style>
a { background-color: #BF27CE; }
a { background-color: rgb(191,39,206); }
div.DivClassName
{
background-color: #BF27CE;
}
.BgClassName
{
background-color: #BF27CE;
}
</style>
border-color css
<style>
span { border-color: #BF27CE; }
span { border-color: rgb(191,39,206); }
td.TdClassName
{
border-color: #BF27CE;
}
.TagClassName
{
border-color: #BF27CE;
}
</style>