Shades of Deep Magenta #BF27BC
Tints of Deep Magenta #BF27BC
RGB
CMYK
RGB Variations
Color information
#BF27BC (or 0xBF27BC) is known color: Deep Magenta. HEX triplet: BF, 27 and BC. RGB value is (191,39,188). Sum of RGB (Red+Green+Blue) = 191+39+188=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF27BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF27BC is #40D843. Grayscale: #646464. Windows color (decimal): -4249668 or 12330943. OLE color: 12330943.
HSL color Cylindrical-coordinate representation of color #BF27BC: hue angle of 301.18º 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 #BF27BC is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 39 | 188 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.25 |
| HSL | 301.18º | 0.66% | 0.45% | - |
| HSV(B) | 301.18º | 0.8% | 0.75% | - |
| XYZ | 31.29 | 16.16 | 49.05 | - |
| YUV | 101.43 | 176.86 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 188 | 0 | 0.80 | 0.02 | 0.25 | 301.18 | 0.66 | 0.45 |
| Hex | BF | 27 | BC | 0 | 50 | 2 | 19 | 12D | 42 | 2D |
| Octal | 277 | 47 | 274 | 0 | 120 | 2 | 31 | 455 | 102 | 55 |
| Binary | 10111111 | 100111 | 10111100 | 0 | 1010000 | 10 | 11001 | 100101101 | 1000010 | 101101 |
Color Harmonies of #BF27BC
Complementary color
Monochromatic Colors of #BF27BC
Black with #BF27BC
Text Example
Text Example
White with #BF27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF27BC; }
p { color: rgb(191,39,188); }
H1.HeaderClassName
{
color: #BF27BC;
}
.AnyTagClassName
{
color: #BF27BC;
}
</style>
background-color css
<style>
a { background-color: #BF27BC; }
a { background-color: rgb(191,39,188); }
div.DivClassName
{
background-color: #BF27BC;
}
.BgClassName
{
background-color: #BF27BC;
}
</style>
border-color css
<style>
span { border-color: #BF27BC; }
span { border-color: rgb(191,39,188); }
td.TdClassName
{
border-color: #BF27BC;
}
.TagClassName
{
border-color: #BF27BC;
}
</style>