Shades of Deep Magenta #BF18B7
Tints of Deep Magenta #BF18B7
RGB
CMYK
RGB Variations
Color information
#BF18B7 (or 0xBF18B7) is known color: Deep Magenta. HEX triplet: BF, 18 and B7. RGB value is (191,24,183). Sum of RGB (Red+Green+Blue) = 191+24+183=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 183 (71.88% from 255 or 45.98% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF18B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF18B7 is #40E748. Grayscale: #5B5B5B. Windows color (decimal): -4253513 or 11999423. OLE color: 11999423.
HSL color Cylindrical-coordinate representation of color #BF18B7: hue angle of 302.87º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF18B7 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 183 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.25 |
| HSL | 302.87º | 0.78% | 0.42% | - |
| HSV(B) | 302.87º | 0.87% | 0.75% | - |
| XYZ | 30.36 | 15.15 | 46.12 | - |
| YUV | 92.06 | 179.33 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 183 | 0 | 0.87 | 0.04 | 0.25 | 302.87 | 0.78 | 0.42 |
| Hex | BF | 18 | B7 | 0 | 57 | 4 | 19 | 12F | 4E | 2A |
| Octal | 277 | 30 | 267 | 0 | 127 | 4 | 31 | 457 | 116 | 52 |
| Binary | 10111111 | 11000 | 10110111 | 0 | 1010111 | 100 | 11001 | 100101111 | 1001110 | 101010 |
Color Harmonies of #BF18B7
Complementary color
Monochromatic Colors of #BF18B7
Black with #BF18B7
Text Example
Text Example
White with #BF18B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF18B7; }
p { color: rgb(191,24,183); }
H1.HeaderClassName
{
color: #BF18B7;
}
.AnyTagClassName
{
color: #BF18B7;
}
</style>
background-color css
<style>
a { background-color: #BF18B7; }
a { background-color: rgb(191,24,183); }
div.DivClassName
{
background-color: #BF18B7;
}
.BgClassName
{
background-color: #BF18B7;
}
</style>
border-color css
<style>
span { border-color: #BF18B7; }
span { border-color: rgb(191,24,183); }
td.TdClassName
{
border-color: #BF18B7;
}
.TagClassName
{
border-color: #BF18B7;
}
</style>