Shades of Deep Magenta #BF0CB8
Tints of Deep Magenta #BF0CB8
RGB
CMYK
RGB Variations
Color information
#BF0CB8 (or 0xBF0CB8) is known color: Deep Magenta. HEX triplet: BF, 0C and B8. RGB value is (191,12,184). Sum of RGB (Red+Green+Blue) = 191+12+184=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0CB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0CB8 is #40F347. Grayscale: #545454. Windows color (decimal): -4256584 or 12061887. OLE color: 12061887.
HSL color Cylindrical-coordinate representation of color #BF0CB8: hue angle of 302.35º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0CB8 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 184 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.25 |
| HSL | 302.35º | 0.88% | 0.4% | - |
| HSV(B) | 302.35º | 0.94% | 0.75% | - |
| XYZ | 30.27 | 14.8 | 46.61 | - |
| YUV | 85.13 | 183.8 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 184 | 0 | 0.94 | 0.04 | 0.25 | 302.35 | 0.88 | 0.4 |
| Hex | BF | C | B8 | 0 | 5E | 4 | 19 | 12E | 58 | 28 |
| Octal | 277 | 14 | 270 | 0 | 136 | 4 | 31 | 456 | 130 | 50 |
| Binary | 10111111 | 1100 | 10111000 | 0 | 1011110 | 100 | 11001 | 100101110 | 1011000 | 101000 |
Color Harmonies of #BF0CB8
Complementary color
Monochromatic Colors of #BF0CB8
Black with #BF0CB8
Text Example
Text Example
White with #BF0CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0CB8; }
p { color: rgb(191,12,184); }
H1.HeaderClassName
{
color: #BF0CB8;
}
.AnyTagClassName
{
color: #BF0CB8;
}
</style>
background-color css
<style>
a { background-color: #BF0CB8; }
a { background-color: rgb(191,12,184); }
div.DivClassName
{
background-color: #BF0CB8;
}
.BgClassName
{
background-color: #BF0CB8;
}
</style>
border-color css
<style>
span { border-color: #BF0CB8; }
span { border-color: rgb(191,12,184); }
td.TdClassName
{
border-color: #BF0CB8;
}
.TagClassName
{
border-color: #BF0CB8;
}
</style>