Shades of Deep Magenta #BF27BD
Tints of Deep Magenta #BF27BD
RGB
CMYK
RGB Variations
Color information
#BF27BD (or 0xBF27BD) is known color: Deep Magenta. HEX triplet: BF, 27 and BD. RGB value is (191,39,189). Sum of RGB (Red+Green+Blue) = 191+39+189=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF27BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF27BD is #40D842. Grayscale: #656565. Windows color (decimal): -4249667 or 12396479. OLE color: 12396479.
HSL color Cylindrical-coordinate representation of color #BF27BD: hue angle of 300.79º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF27BD is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 39 | 189 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.25 |
| HSL | 300.79º | 0.66% | 0.45% | - |
| HSV(B) | 300.79º | 0.8% | 0.75% | - |
| XYZ | 31.4 | 16.2 | 49.62 | - |
| YUV | 101.55 | 177.36 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 189 | 0 | 0.80 | 0.01 | 0.25 | 300.79 | 0.66 | 0.45 |
| Hex | BF | 27 | BD | 0 | 50 | 1 | 19 | 12D | 42 | 2D |
| Octal | 277 | 47 | 275 | 0 | 120 | 1 | 31 | 455 | 102 | 55 |
| Binary | 10111111 | 100111 | 10111101 | 0 | 1010000 | 1 | 11001 | 100101101 | 1000010 | 101101 |
Color Harmonies of #BF27BD
Complementary color
Monochromatic Colors of #BF27BD
Black with #BF27BD
Text Example
Text Example
White with #BF27BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF27BD; }
p { color: rgb(191,39,189); }
H1.HeaderClassName
{
color: #BF27BD;
}
.AnyTagClassName
{
color: #BF27BD;
}
</style>
background-color css
<style>
a { background-color: #BF27BD; }
a { background-color: rgb(191,39,189); }
div.DivClassName
{
background-color: #BF27BD;
}
.BgClassName
{
background-color: #BF27BD;
}
</style>
border-color css
<style>
span { border-color: #BF27BD; }
span { border-color: rgb(191,39,189); }
td.TdClassName
{
border-color: #BF27BD;
}
.TagClassName
{
border-color: #BF27BD;
}
</style>