Shades of Deep Magenta #BF1CBE
Tints of Deep Magenta #BF1CBE
RGB
CMYK
RGB Variations
Color information
#BF1CBE (or 0xBF1CBE) is known color: Deep Magenta. HEX triplet: BF, 1C and BE. RGB value is (191,28,190). Sum of RGB (Red+Green+Blue) = 191+28+190=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1CBE is #40E341. Grayscale: #5E5E5E. Windows color (decimal): -4252482 or 12459199. OLE color: 12459199.
HSL color Cylindrical-coordinate representation of color #BF1CBE: hue angle of 300.37º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1CBE is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 28 | 190 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.25 |
| HSL | 300.37º | 0.74% | 0.43% | - |
| HSV(B) | 300.37º | 0.85% | 0.75% | - |
| XYZ | 31.2 | 15.62 | 50.09 | - |
| YUV | 95.21 | 181.5 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 28 | 190 | 0 | 0.85 | 0.01 | 0.25 | 300.37 | 0.74 | 0.43 |
| Hex | BF | 1C | BE | 0 | 55 | 1 | 19 | 12C | 4A | 2B |
| Octal | 277 | 34 | 276 | 0 | 125 | 1 | 31 | 454 | 112 | 53 |
| Binary | 10111111 | 11100 | 10111110 | 0 | 1010101 | 1 | 11001 | 100101100 | 1001010 | 101011 |
Color Harmonies of #BF1CBE
Complementary color
Monochromatic Colors of #BF1CBE
Black with #BF1CBE
Text Example
Text Example
White with #BF1CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1CBE; }
p { color: rgb(191,28,190); }
H1.HeaderClassName
{
color: #BF1CBE;
}
.AnyTagClassName
{
color: #BF1CBE;
}
</style>
background-color css
<style>
a { background-color: #BF1CBE; }
a { background-color: rgb(191,28,190); }
div.DivClassName
{
background-color: #BF1CBE;
}
.BgClassName
{
background-color: #BF1CBE;
}
</style>
border-color css
<style>
span { border-color: #BF1CBE; }
span { border-color: rgb(191,28,190); }
td.TdClassName
{
border-color: #BF1CBE;
}
.TagClassName
{
border-color: #BF1CBE;
}
</style>