Shades of Deep Magenta #BD0FC5
Tints of Deep Magenta #BD0FC5
RGB
CMYK
RGB Variations
Color information
#BD0FC5 (or 0xBD0FC5) is known color: Deep Magenta. HEX triplet: BD, 0F and C5. RGB value is (189,15,197). Sum of RGB (Red+Green+Blue) = 189+15+197=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 197 (77.34% from 255 or 49.13% from 401); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD0FC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FC5 is #42F03A. Grayscale: #575757. Windows color (decimal): -4386875 or 12914621. OLE color: 12914621.
HSL color Cylindrical-coordinate representation of color #BD0FC5: hue angle of 297.36º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD0FC5 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 15 | 197 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.23 |
| HSL | 297.36º | 0.86% | 0.42% | - |
| HSV(B) | 297.36º | 0.92% | 0.77% | - |
| XYZ | 31.24 | 15.19 | 54.11 | - |
| YUV | 87.77 | 189.65 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 197 | 0.04 | 0.92 | 0 | 0.23 | 297.36 | 0.86 | 0.42 |
| Hex | BD | F | C5 | 4 | 5C | 0 | 17 | 129 | 56 | 2A |
| Octal | 275 | 17 | 305 | 4 | 134 | 0 | 27 | 451 | 126 | 52 |
| Binary | 10111101 | 1111 | 11000101 | 100 | 1011100 | 0 | 10111 | 100101001 | 1010110 | 101010 |
Color Harmonies of #BD0FC5
Complementary color
Monochromatic Colors of #BD0FC5
Black with #BD0FC5
Text Example
Text Example
White with #BD0FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FC5; }
p { color: rgb(189,15,197); }
H1.HeaderClassName
{
color: #BD0FC5;
}
.AnyTagClassName
{
color: #BD0FC5;
}
</style>
background-color css
<style>
a { background-color: #BD0FC5; }
a { background-color: rgb(189,15,197); }
div.DivClassName
{
background-color: #BD0FC5;
}
.BgClassName
{
background-color: #BD0FC5;
}
</style>
border-color css
<style>
span { border-color: #BD0FC5; }
span { border-color: rgb(189,15,197); }
td.TdClassName
{
border-color: #BD0FC5;
}
.TagClassName
{
border-color: #BD0FC5;
}
</style>