Shades of Deep Magenta #BD02BC
Tints of Deep Magenta #BD02BC
RGB
CMYK
RGB Variations
Color information
#BD02BC (or 0xBD02BC) is known color: Deep Magenta. HEX triplet: BD, 02 and BC. RGB value is (189,2,188). Sum of RGB (Red+Green+Blue) = 189+2+188=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD02BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD02BC is #42FD43. Grayscale: #4E4E4E. Windows color (decimal): -4390212 or 12321469. OLE color: 12321469.
HSL color Cylindrical-coordinate representation of color #BD02BC: hue angle of 300.32º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD02BC is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 188 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.26 |
| HSL | 300.32º | 0.98% | 0.37% | - |
| HSV(B) | 300.32º | 0.99% | 0.74% | - |
| XYZ | 30.09 | 14.49 | 48.79 | - |
| YUV | 79.12 | 189.45 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 188 | 0 | 0.99 | 0.01 | 0.26 | 300.32 | 0.98 | 0.37 |
| Hex | BD | 2 | BC | 0 | 63 | 1 | 1A | 12C | 62 | 25 |
| Octal | 275 | 2 | 274 | 0 | 143 | 1 | 32 | 454 | 142 | 45 |
| Binary | 10111101 | 10 | 10111100 | 0 | 1100011 | 1 | 11010 | 100101100 | 1100010 | 100101 |
Color Harmonies of #BD02BC
Complementary color
Monochromatic Colors of #BD02BC
Black with #BD02BC
Text Example
Text Example
White with #BD02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD02BC; }
p { color: rgb(189,2,188); }
H1.HeaderClassName
{
color: #BD02BC;
}
.AnyTagClassName
{
color: #BD02BC;
}
</style>
background-color css
<style>
a { background-color: #BD02BC; }
a { background-color: rgb(189,2,188); }
div.DivClassName
{
background-color: #BD02BC;
}
.BgClassName
{
background-color: #BD02BC;
}
</style>
border-color css
<style>
span { border-color: #BD02BC; }
span { border-color: rgb(189,2,188); }
td.TdClassName
{
border-color: #BD02BC;
}
.TagClassName
{
border-color: #BD02BC;
}
</style>