Shades of Deep Magenta #BF0BDA
Tints of Deep Magenta #BF0BDA
RGB
CMYK
RGB Variations
Color information
#BF0BDA (or 0xBF0BDA) is known color: Deep Magenta. HEX triplet: BF, 0B and DA. RGB value is (191,11,218). Sum of RGB (Red+Green+Blue) = 191+11+218=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF0BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0BDA is #40F425. Grayscale: #575757. Windows color (decimal): -4256806 or 14289855. OLE color: 14289855.
HSL color Cylindrical-coordinate representation of color #BF0BDA: hue angle of 292.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0BDA is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 11 | 218 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.15 |
| HSL | 292.17º | 0.9% | 0.45% | - |
| HSV(B) | 292.17º | 0.95% | 0.85% | - |
| XYZ | 34.26 | 16.38 | 67.69 | - |
| YUV | 88.42 | 201.13 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 218 | 0.12 | 0.95 | 0 | 0.15 | 292.17 | 0.9 | 0.45 |
| Hex | BF | B | DA | C | 5F | 0 | F | 124 | 5A | 2D |
| Octal | 277 | 13 | 332 | 14 | 137 | 0 | 17 | 444 | 132 | 55 |
| Binary | 10111111 | 1011 | 11011010 | 1100 | 1011111 | 0 | 1111 | 100100100 | 1011010 | 101101 |
Color Harmonies of #BF0BDA
Complementary color
Monochromatic Colors of #BF0BDA
Black with #BF0BDA
Text Example
Text Example
White with #BF0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0BDA; }
p { color: rgb(191,11,218); }
H1.HeaderClassName
{
color: #BF0BDA;
}
.AnyTagClassName
{
color: #BF0BDA;
}
</style>
background-color css
<style>
a { background-color: #BF0BDA; }
a { background-color: rgb(191,11,218); }
div.DivClassName
{
background-color: #BF0BDA;
}
.BgClassName
{
background-color: #BF0BDA;
}
</style>
border-color css
<style>
span { border-color: #BF0BDA; }
span { border-color: rgb(191,11,218); }
td.TdClassName
{
border-color: #BF0BDA;
}
.TagClassName
{
border-color: #BF0BDA;
}
</style>