Shades of Deep Magenta #BF0AC2
Tints of Deep Magenta #BF0AC2
RGB
CMYK
RGB Variations
Color information
#BF0AC2 (or 0xBF0AC2) is known color: Deep Magenta. HEX triplet: BF, 0A and C2. RGB value is (191,10,194). Sum of RGB (Red+Green+Blue) = 191+10+194=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF0AC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0AC2 is #40F53D. Grayscale: #545454. Windows color (decimal): -4257086 or 12716735. OLE color: 12716735.
HSL color Cylindrical-coordinate representation of color #BF0AC2: hue angle of 299.02º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0AC2 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 10 | 194 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.24 |
| HSL | 299.02º | 0.9% | 0.4% | - |
| HSV(B) | 299.02º | 0.95% | 0.76% | - |
| XYZ | 31.33 | 15.19 | 52.32 | - |
| YUV | 85.1 | 189.47 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 194 | 0.02 | 0.95 | 0 | 0.24 | 299.02 | 0.9 | 0.4 |
| Hex | BF | A | C2 | 2 | 5F | 0 | 18 | 12B | 5A | 28 |
| Octal | 277 | 12 | 302 | 2 | 137 | 0 | 30 | 453 | 132 | 50 |
| Binary | 10111111 | 1010 | 11000010 | 10 | 1011111 | 0 | 11000 | 100101011 | 1011010 | 101000 |
Color Harmonies of #BF0AC2
Complementary color
Monochromatic Colors of #BF0AC2
Black with #BF0AC2
Text Example
Text Example
White with #BF0AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0AC2; }
p { color: rgb(191,10,194); }
H1.HeaderClassName
{
color: #BF0AC2;
}
.AnyTagClassName
{
color: #BF0AC2;
}
</style>
background-color css
<style>
a { background-color: #BF0AC2; }
a { background-color: rgb(191,10,194); }
div.DivClassName
{
background-color: #BF0AC2;
}
.BgClassName
{
background-color: #BF0AC2;
}
</style>
border-color css
<style>
span { border-color: #BF0AC2; }
span { border-color: rgb(191,10,194); }
td.TdClassName
{
border-color: #BF0AC2;
}
.TagClassName
{
border-color: #BF0AC2;
}
</style>