Shades of Deep Magenta #BF04BC
Tints of Deep Magenta #BF04BC
RGB
CMYK
RGB Variations
Color information
#BF04BC (or 0xBF04BC) is known color: Deep Magenta. HEX triplet: BF, 04 and BC. RGB value is (191,4,188). Sum of RGB (Red+Green+Blue) = 191+4+188=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF04BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF04BC is #40FB43. Grayscale: #505050. Windows color (decimal): -4258628 or 12321983. OLE color: 12321983.
HSL color Cylindrical-coordinate representation of color #BF04BC: hue angle of 300.96º 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 #BF04BC is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 4 | 188 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.25 |
| HSL | 300.96º | 0.96% | 0.38% | - |
| HSV(B) | 300.96º | 0.98% | 0.75% | - |
| XYZ | 30.61 | 14.79 | 48.82 | - |
| YUV | 80.89 | 188.45 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 188 | 0 | 0.98 | 0.02 | 0.25 | 300.96 | 0.96 | 0.38 |
| Hex | BF | 4 | BC | 0 | 62 | 2 | 19 | 12D | 60 | 26 |
| Octal | 277 | 4 | 274 | 0 | 142 | 2 | 31 | 455 | 140 | 46 |
| Binary | 10111111 | 100 | 10111100 | 0 | 1100010 | 10 | 11001 | 100101101 | 1100000 | 100110 |
Color Harmonies of #BF04BC
Complementary color
Monochromatic Colors of #BF04BC
Black with #BF04BC
Text Example
Text Example
White with #BF04BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF04BC; }
p { color: rgb(191,4,188); }
H1.HeaderClassName
{
color: #BF04BC;
}
.AnyTagClassName
{
color: #BF04BC;
}
</style>
background-color css
<style>
a { background-color: #BF04BC; }
a { background-color: rgb(191,4,188); }
div.DivClassName
{
background-color: #BF04BC;
}
.BgClassName
{
background-color: #BF04BC;
}
</style>
border-color css
<style>
span { border-color: #BF04BC; }
span { border-color: rgb(191,4,188); }
td.TdClassName
{
border-color: #BF04BC;
}
.TagClassName
{
border-color: #BF04BC;
}
</style>