Shades of Deep Magenta #BD00BC
Tints of Deep Magenta #BD00BC
RGB
CMYK
RGB Variations
Color information
#BD00BC (or 0xBD00BC) is known color: Deep Magenta. HEX triplet: BD, 00 and BC. RGB value is (189,0,188). Sum of RGB (Red+Green+Blue) = 189+0+188=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD00BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD00BC is #42FF43. Grayscale: #4D4D4D. Windows color (decimal): -4390724 or 12320957. OLE color: 12320957.
HSL color Cylindrical-coordinate representation of color #BD00BC: hue angle of 300.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00BC is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.01 | 0.26 |
| HSL | 300.32º | 1% | 0.37% | - |
| HSV(B) | 300.32º | 1% | 0.74% | - |
| XYZ | 30.06 | 14.45 | 48.78 | - |
| YUV | 77.94 | 190.12 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 188 | 0 | 1 | 0.01 | 0.26 | 300.32 | 1 | 0.37 |
| Hex | BD | 0 | BC | 0 | 64 | 1 | 1A | 12C | 64 | 25 |
| Octal | 275 | 0 | 274 | 0 | 144 | 1 | 32 | 454 | 144 | 45 |
| Binary | 10111101 | 0 | 10111100 | 0 | 1100100 | 1 | 11010 | 100101100 | 1100100 | 100101 |
Color Harmonies of #BD00BC
Complementary color
Monochromatic Colors of #BD00BC
Black with #BD00BC
Text Example
Text Example
White with #BD00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00BC; }
p { color: rgb(189,0,188); }
H1.HeaderClassName
{
color: #BD00BC;
}
.AnyTagClassName
{
color: #BD00BC;
}
</style>
background-color css
<style>
a { background-color: #BD00BC; }
a { background-color: rgb(189,0,188); }
div.DivClassName
{
background-color: #BD00BC;
}
.BgClassName
{
background-color: #BD00BC;
}
</style>
border-color css
<style>
span { border-color: #BD00BC; }
span { border-color: rgb(189,0,188); }
td.TdClassName
{
border-color: #BD00BC;
}
.TagClassName
{
border-color: #BD00BC;
}
</style>