Shades of Deep Magenta #BF08C4
Tints of Deep Magenta #BF08C4
RGB
CMYK
RGB Variations
Color information
#BF08C4 (or 0xBF08C4) is known color: Deep Magenta. HEX triplet: BF, 08 and C4. RGB value is (191,8,196). Sum of RGB (Red+Green+Blue) = 191+8+196=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF08C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF08C4 is #40F73B. Grayscale: #535353. Windows color (decimal): -4257596 or 12847295. OLE color: 12847295.
HSL color Cylindrical-coordinate representation of color #BF08C4: hue angle of 298.4º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF08C4 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 8 | 196 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.23 |
| HSL | 298.4º | 0.92% | 0.4% | - |
| HSV(B) | 298.4º | 0.96% | 0.77% | - |
| XYZ | 31.54 | 15.24 | 53.5 | - |
| YUV | 84.15 | 191.13 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 196 | 0.03 | 0.96 | 0 | 0.23 | 298.4 | 0.92 | 0.4 |
| Hex | BF | 8 | C4 | 3 | 60 | 0 | 17 | 12A | 5C | 28 |
| Octal | 277 | 10 | 304 | 3 | 140 | 0 | 27 | 452 | 134 | 50 |
| Binary | 10111111 | 1000 | 11000100 | 11 | 1100000 | 0 | 10111 | 100101010 | 1011100 | 101000 |
Color Harmonies of #BF08C4
Complementary color
Monochromatic Colors of #BF08C4
Black with #BF08C4
Text Example
Text Example
White with #BF08C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF08C4; }
p { color: rgb(191,8,196); }
H1.HeaderClassName
{
color: #BF08C4;
}
.AnyTagClassName
{
color: #BF08C4;
}
</style>
background-color css
<style>
a { background-color: #BF08C4; }
a { background-color: rgb(191,8,196); }
div.DivClassName
{
background-color: #BF08C4;
}
.BgClassName
{
background-color: #BF08C4;
}
</style>
border-color css
<style>
span { border-color: #BF08C4; }
span { border-color: rgb(191,8,196); }
td.TdClassName
{
border-color: #BF08C4;
}
.TagClassName
{
border-color: #BF08C4;
}
</style>