Shades of Deep Magenta #BC0DBD
Tints of Deep Magenta #BC0DBD
RGB
CMYK
RGB Variations
Color information
#BC0DBD (or 0xBC0DBD) is known color: Deep Magenta. HEX triplet: BC, 0D and BD. RGB value is (188,13,189). Sum of RGB (Red+Green+Blue) = 188+13+189=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC0DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DBD is #43F242. Grayscale: #545454. Windows color (decimal): -4452931 or 12389820. OLE color: 12389820.
HSL color Cylindrical-coordinate representation of color #BC0DBD: hue angle of 299.66º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0DBD is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 13 | 189 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.26 |
| HSL | 299.66º | 0.87% | 0.4% | - |
| HSV(B) | 299.66º | 0.93% | 0.74% | - |
| XYZ | 30.07 | 14.65 | 49.39 | - |
| YUV | 85.39 | 186.48 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 189 | 0.01 | 0.93 | 0 | 0.26 | 299.66 | 0.87 | 0.4 |
| Hex | BC | D | BD | 1 | 5D | 0 | 1A | 12C | 57 | 28 |
| Octal | 274 | 15 | 275 | 1 | 135 | 0 | 32 | 454 | 127 | 50 |
| Binary | 10111100 | 1101 | 10111101 | 1 | 1011101 | 0 | 11010 | 100101100 | 1010111 | 101000 |
Color Harmonies of #BC0DBD
Complementary color
Monochromatic Colors of #BC0DBD
Black with #BC0DBD
Text Example
Text Example
White with #BC0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0DBD; }
p { color: rgb(188,13,189); }
H1.HeaderClassName
{
color: #BC0DBD;
}
.AnyTagClassName
{
color: #BC0DBD;
}
</style>
background-color css
<style>
a { background-color: #BC0DBD; }
a { background-color: rgb(188,13,189); }
div.DivClassName
{
background-color: #BC0DBD;
}
.BgClassName
{
background-color: #BC0DBD;
}
</style>
border-color css
<style>
span { border-color: #BC0DBD; }
span { border-color: rgb(188,13,189); }
td.TdClassName
{
border-color: #BC0DBD;
}
.TagClassName
{
border-color: #BC0DBD;
}
</style>