Shades of Deep Magenta #BF17B8
Tints of Deep Magenta #BF17B8
RGB
CMYK
RGB Variations
Color information
#BF17B8 (or 0xBF17B8) is known color: Deep Magenta. HEX triplet: BF, 17 and B8. RGB value is (191,23,184). Sum of RGB (Red+Green+Blue) = 191+23+184=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF17B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17B8 is #40E847. Grayscale: #5B5B5B. Windows color (decimal): -4253768 or 12064703. OLE color: 12064703.
HSL color Cylindrical-coordinate representation of color #BF17B8: hue angle of 302.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF17B8 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 184 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.25 |
| HSL | 302.5º | 0.79% | 0.42% | - |
| HSV(B) | 302.5º | 0.88% | 0.75% | - |
| XYZ | 30.44 | 15.15 | 46.67 | - |
| YUV | 91.59 | 180.16 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 184 | 0 | 0.88 | 0.04 | 0.25 | 302.5 | 0.79 | 0.42 |
| Hex | BF | 17 | B8 | 0 | 58 | 4 | 19 | 12E | 4F | 2A |
| Octal | 277 | 27 | 270 | 0 | 130 | 4 | 31 | 456 | 117 | 52 |
| Binary | 10111111 | 10111 | 10111000 | 0 | 1011000 | 100 | 11001 | 100101110 | 1001111 | 101010 |
Color Harmonies of #BF17B8
Complementary color
Monochromatic Colors of #BF17B8
Black with #BF17B8
Text Example
Text Example
White with #BF17B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF17B8; }
p { color: rgb(191,23,184); }
H1.HeaderClassName
{
color: #BF17B8;
}
.AnyTagClassName
{
color: #BF17B8;
}
</style>
background-color css
<style>
a { background-color: #BF17B8; }
a { background-color: rgb(191,23,184); }
div.DivClassName
{
background-color: #BF17B8;
}
.BgClassName
{
background-color: #BF17B8;
}
</style>
border-color css
<style>
span { border-color: #BF17B8; }
span { border-color: rgb(191,23,184); }
td.TdClassName
{
border-color: #BF17B8;
}
.TagClassName
{
border-color: #BF17B8;
}
</style>