Shades of Deep Magenta #BF0BC2
Tints of Deep Magenta #BF0BC2
RGB
CMYK
RGB Variations
Color information
#BF0BC2 (or 0xBF0BC2) is known color: Deep Magenta. HEX triplet: BF, 0B and C2. RGB value is (191,11,194). Sum of RGB (Red+Green+Blue) = 191+11+194=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF0BC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0BC2 is #40F43D. Grayscale: #555555. Windows color (decimal): -4256830 or 12716991. OLE color: 12716991.
HSL color Cylindrical-coordinate representation of color #BF0BC2: hue angle of 299.02º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0BC2 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 11 | 194 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.24 |
| HSL | 299.02º | 0.89% | 0.4% | - |
| HSV(B) | 299.02º | 0.94% | 0.76% | - |
| XYZ | 31.34 | 15.21 | 52.32 | - |
| YUV | 85.68 | 189.13 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 194 | 0.02 | 0.94 | 0 | 0.24 | 299.02 | 0.89 | 0.4 |
| Hex | BF | B | C2 | 2 | 5E | 0 | 18 | 12B | 59 | 28 |
| Octal | 277 | 13 | 302 | 2 | 136 | 0 | 30 | 453 | 131 | 50 |
| Binary | 10111111 | 1011 | 11000010 | 10 | 1011110 | 0 | 11000 | 100101011 | 1011001 | 101000 |
Color Harmonies of #BF0BC2
Complementary color
Monochromatic Colors of #BF0BC2
Black with #BF0BC2
Text Example
Text Example
White with #BF0BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0BC2; }
p { color: rgb(191,11,194); }
H1.HeaderClassName
{
color: #BF0BC2;
}
.AnyTagClassName
{
color: #BF0BC2;
}
</style>
background-color css
<style>
a { background-color: #BF0BC2; }
a { background-color: rgb(191,11,194); }
div.DivClassName
{
background-color: #BF0BC2;
}
.BgClassName
{
background-color: #BF0BC2;
}
</style>
border-color css
<style>
span { border-color: #BF0BC2; }
span { border-color: rgb(191,11,194); }
td.TdClassName
{
border-color: #BF0BC2;
}
.TagClassName
{
border-color: #BF0BC2;
}
</style>