Shades of Deep Magenta #BF18B2
Tints of Deep Magenta #BF18B2
RGB
CMYK
RGB Variations
Color information
#BF18B2 (or 0xBF18B2) is known color: Deep Magenta. HEX triplet: BF, 18 and B2. RGB value is (191,24,178). Sum of RGB (Red+Green+Blue) = 191+24+178=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF18B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF18B2 is #40E74D. Grayscale: #5B5B5B. Windows color (decimal): -4253518 or 11671743. OLE color: 11671743.
HSL color Cylindrical-coordinate representation of color #BF18B2: hue angle of 304.67º 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 #BF18B2 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 178 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.25 |
| HSL | 304.67º | 0.78% | 0.42% | - |
| HSV(B) | 304.67º | 0.87% | 0.75% | - |
| XYZ | 29.85 | 14.94 | 43.43 | - |
| YUV | 91.49 | 176.83 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 178 | 0 | 0.87 | 0.07 | 0.25 | 304.67 | 0.78 | 0.42 |
| Hex | BF | 18 | B2 | 0 | 57 | 7 | 19 | 131 | 4E | 2A |
| Octal | 277 | 30 | 262 | 0 | 127 | 7 | 31 | 461 | 116 | 52 |
| Binary | 10111111 | 11000 | 10110010 | 0 | 1010111 | 111 | 11001 | 100110001 | 1001110 | 101010 |
Color Harmonies of #BF18B2
Complementary color
Monochromatic Colors of #BF18B2
Black with #BF18B2
Text Example
Text Example
White with #BF18B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF18B2; }
p { color: rgb(191,24,178); }
H1.HeaderClassName
{
color: #BF18B2;
}
.AnyTagClassName
{
color: #BF18B2;
}
</style>
background-color css
<style>
a { background-color: #BF18B2; }
a { background-color: rgb(191,24,178); }
div.DivClassName
{
background-color: #BF18B2;
}
.BgClassName
{
background-color: #BF18B2;
}
</style>
border-color css
<style>
span { border-color: #BF18B2; }
span { border-color: rgb(191,24,178); }
td.TdClassName
{
border-color: #BF18B2;
}
.TagClassName
{
border-color: #BF18B2;
}
</style>