Shades of Deep Magenta #BF04BD
Tints of Deep Magenta #BF04BD
RGB
CMYK
RGB Variations
Color information
#BF04BD (or 0xBF04BD) is known color: Deep Magenta. HEX triplet: BF, 04 and BD. RGB value is (191,4,189). Sum of RGB (Red+Green+Blue) = 191+4+189=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF04BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF04BD is #40FB42. Grayscale: #505050. Windows color (decimal): -4258627 or 12387519. OLE color: 12387519.
HSL color Cylindrical-coordinate representation of color #BF04BD: hue angle of 300.64º 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 #BF04BD is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 4 | 189 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.25 |
| HSL | 300.64º | 0.96% | 0.38% | - |
| HSV(B) | 300.64º | 0.98% | 0.75% | - |
| XYZ | 30.71 | 14.84 | 49.39 | - |
| YUV | 81 | 188.95 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 189 | 0 | 0.98 | 0.01 | 0.25 | 300.64 | 0.96 | 0.38 |
| Hex | BF | 4 | BD | 0 | 62 | 1 | 19 | 12D | 60 | 26 |
| Octal | 277 | 4 | 275 | 0 | 142 | 1 | 31 | 455 | 140 | 46 |
| Binary | 10111111 | 100 | 10111101 | 0 | 1100010 | 1 | 11001 | 100101101 | 1100000 | 100110 |
Color Harmonies of #BF04BD
Complementary color
Monochromatic Colors of #BF04BD
Black with #BF04BD
Text Example
Text Example
White with #BF04BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF04BD; }
p { color: rgb(191,4,189); }
H1.HeaderClassName
{
color: #BF04BD;
}
.AnyTagClassName
{
color: #BF04BD;
}
</style>
background-color css
<style>
a { background-color: #BF04BD; }
a { background-color: rgb(191,4,189); }
div.DivClassName
{
background-color: #BF04BD;
}
.BgClassName
{
background-color: #BF04BD;
}
</style>
border-color css
<style>
span { border-color: #BF04BD; }
span { border-color: rgb(191,4,189); }
td.TdClassName
{
border-color: #BF04BD;
}
.TagClassName
{
border-color: #BF04BD;
}
</style>