Shades of Deep Magenta #BF0ACB
Tints of Deep Magenta #BF0ACB
RGB
CMYK
RGB Variations
Color information
#BF0ACB (or 0xBF0ACB) is known color: Deep Magenta. HEX triplet: BF, 0A and CB. RGB value is (191,10,203). Sum of RGB (Red+Green+Blue) = 191+10+203=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF0ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0ACB is #40F534. Grayscale: #555555. Windows color (decimal): -4257077 or 13306559. OLE color: 13306559.
HSL color Cylindrical-coordinate representation of color #BF0ACB: hue angle of 296.27º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0ACB is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 10 | 203 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.20 |
| HSL | 296.27º | 0.91% | 0.42% | - |
| HSV(B) | 296.27º | 0.95% | 0.8% | - |
| XYZ | 32.37 | 15.61 | 57.81 | - |
| YUV | 86.12 | 193.97 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 203 | 0.06 | 0.95 | 0 | 0.20 | 296.27 | 0.91 | 0.42 |
| Hex | BF | A | CB | 6 | 5F | 0 | 14 | 128 | 5B | 2A |
| Octal | 277 | 12 | 313 | 6 | 137 | 0 | 24 | 450 | 133 | 52 |
| Binary | 10111111 | 1010 | 11001011 | 110 | 1011111 | 0 | 10100 | 100101000 | 1011011 | 101010 |
Color Harmonies of #BF0ACB
Complementary color
Monochromatic Colors of #BF0ACB
Black with #BF0ACB
Text Example
Text Example
White with #BF0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0ACB; }
p { color: rgb(191,10,203); }
H1.HeaderClassName
{
color: #BF0ACB;
}
.AnyTagClassName
{
color: #BF0ACB;
}
</style>
background-color css
<style>
a { background-color: #BF0ACB; }
a { background-color: rgb(191,10,203); }
div.DivClassName
{
background-color: #BF0ACB;
}
.BgClassName
{
background-color: #BF0ACB;
}
</style>
border-color css
<style>
span { border-color: #BF0ACB; }
span { border-color: rgb(191,10,203); }
td.TdClassName
{
border-color: #BF0ACB;
}
.TagClassName
{
border-color: #BF0ACB;
}
</style>