Shades of Deep Magenta #BF04B7
Tints of Deep Magenta #BF04B7
RGB
CMYK
RGB Variations
Color information
#BF04B7 (or 0xBF04B7) is known color: Deep Magenta. HEX triplet: BF, 04 and B7. RGB value is (191,4,183). Sum of RGB (Red+Green+Blue) = 191+4+183=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF04B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF04B7 is #40FB48. Grayscale: #4F4F4F. Windows color (decimal): -4258633 or 11994303. OLE color: 11994303.
HSL color Cylindrical-coordinate representation of color #BF04B7: hue angle of 302.57º degrees, saturation: 0.96, 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 #BF04B7 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 4 | 183 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.25 |
| HSL | 302.57º | 0.96% | 0.38% | - |
| HSV(B) | 302.57º | 0.98% | 0.75% | - |
| XYZ | 30.08 | 14.58 | 46.03 | - |
| YUV | 80.32 | 185.95 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 183 | 0 | 0.98 | 0.04 | 0.25 | 302.57 | 0.96 | 0.38 |
| Hex | BF | 4 | B7 | 0 | 62 | 4 | 19 | 12F | 60 | 26 |
| Octal | 277 | 4 | 267 | 0 | 142 | 4 | 31 | 457 | 140 | 46 |
| Binary | 10111111 | 100 | 10110111 | 0 | 1100010 | 100 | 11001 | 100101111 | 1100000 | 100110 |
Color Harmonies of #BF04B7
Complementary color
Monochromatic Colors of #BF04B7
Black with #BF04B7
Text Example
Text Example
White with #BF04B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF04B7; }
p { color: rgb(191,4,183); }
H1.HeaderClassName
{
color: #BF04B7;
}
.AnyTagClassName
{
color: #BF04B7;
}
</style>
background-color css
<style>
a { background-color: #BF04B7; }
a { background-color: rgb(191,4,183); }
div.DivClassName
{
background-color: #BF04B7;
}
.BgClassName
{
background-color: #BF04B7;
}
</style>
border-color css
<style>
span { border-color: #BF04B7; }
span { border-color: rgb(191,4,183); }
td.TdClassName
{
border-color: #BF04B7;
}
.TagClassName
{
border-color: #BF04B7;
}
</style>