Shades of Deep Magenta #BF0ABC
Tints of Deep Magenta #BF0ABC
RGB
CMYK
RGB Variations
Color information
#BF0ABC (or 0xBF0ABC) is known color: Deep Magenta. HEX triplet: BF, 0A and BC. RGB value is (191,10,188). Sum of RGB (Red+Green+Blue) = 191+10+188=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0ABC is #40F543. Grayscale: #535353. Windows color (decimal): -4257092 or 12323519. OLE color: 12323519.
HSL color Cylindrical-coordinate representation of color #BF0ABC: hue angle of 300.99º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0ABC is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 10 | 188 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.25 |
| HSL | 300.99º | 0.9% | 0.39% | - |
| HSV(B) | 300.99º | 0.95% | 0.75% | - |
| XYZ | 30.67 | 14.92 | 48.84 | - |
| YUV | 84.41 | 186.47 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 188 | 0 | 0.95 | 0.02 | 0.25 | 300.99 | 0.9 | 0.39 |
| Hex | BF | A | BC | 0 | 5F | 2 | 19 | 12D | 5A | 27 |
| Octal | 277 | 12 | 274 | 0 | 137 | 2 | 31 | 455 | 132 | 47 |
| Binary | 10111111 | 1010 | 10111100 | 0 | 1011111 | 10 | 11001 | 100101101 | 1011010 | 100111 |
Color Harmonies of #BF0ABC
Complementary color
Monochromatic Colors of #BF0ABC
Black with #BF0ABC
Text Example
Text Example
White with #BF0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0ABC; }
p { color: rgb(191,10,188); }
H1.HeaderClassName
{
color: #BF0ABC;
}
.AnyTagClassName
{
color: #BF0ABC;
}
</style>
background-color css
<style>
a { background-color: #BF0ABC; }
a { background-color: rgb(191,10,188); }
div.DivClassName
{
background-color: #BF0ABC;
}
.BgClassName
{
background-color: #BF0ABC;
}
</style>
border-color css
<style>
span { border-color: #BF0ABC; }
span { border-color: rgb(191,10,188); }
td.TdClassName
{
border-color: #BF0ABC;
}
.TagClassName
{
border-color: #BF0ABC;
}
</style>