Shades of Deep Magenta #BF03B1
Tints of Deep Magenta #BF03B1
RGB
CMYK
RGB Variations
Color information
#BF03B1 (or 0xBF03B1) is known color: Deep Magenta. HEX triplet: BF, 03 and B1. RGB value is (191,3,177). Sum of RGB (Red+Green+Blue) = 191+3+177=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF03B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF03B1 is #40FC4E. Grayscale: #4E4E4E. Windows color (decimal): -4258895 or 11600831. OLE color: 11600831.
HSL color Cylindrical-coordinate representation of color #BF03B1: hue angle of 304.47º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF03B1 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 177 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.25 |
| HSL | 304.47º | 0.97% | 0.38% | - |
| HSV(B) | 304.47º | 0.98% | 0.75% | - |
| XYZ | 29.45 | 14.32 | 42.81 | - |
| YUV | 79.05 | 183.28 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 177 | 0 | 0.98 | 0.07 | 0.25 | 304.47 | 0.97 | 0.38 |
| Hex | BF | 3 | B1 | 0 | 62 | 7 | 19 | 130 | 61 | 26 |
| Octal | 277 | 3 | 261 | 0 | 142 | 7 | 31 | 460 | 141 | 46 |
| Binary | 10111111 | 11 | 10110001 | 0 | 1100010 | 111 | 11001 | 100110000 | 1100001 | 100110 |
Color Harmonies of #BF03B1
Complementary color
Monochromatic Colors of #BF03B1
Black with #BF03B1
Text Example
Text Example
White with #BF03B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF03B1; }
p { color: rgb(191,3,177); }
H1.HeaderClassName
{
color: #BF03B1;
}
.AnyTagClassName
{
color: #BF03B1;
}
</style>
background-color css
<style>
a { background-color: #BF03B1; }
a { background-color: rgb(191,3,177); }
div.DivClassName
{
background-color: #BF03B1;
}
.BgClassName
{
background-color: #BF03B1;
}
</style>
border-color css
<style>
span { border-color: #BF03B1; }
span { border-color: rgb(191,3,177); }
td.TdClassName
{
border-color: #BF03B1;
}
.TagClassName
{
border-color: #BF03B1;
}
</style>