Shades of Deep Magenta #BD06C1
Tints of Deep Magenta #BD06C1
RGB
CMYK
RGB Variations
Color information
#BD06C1 (or 0xBD06C1) is known color: Deep Magenta. HEX triplet: BD, 06 and C1. RGB value is (189,6,193). Sum of RGB (Red+Green+Blue) = 189+6+193=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD06C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD06C1 is #42F93E. Grayscale: #515151. Windows color (decimal): -4389183 or 12650173. OLE color: 12650173.
HSL color Cylindrical-coordinate representation of color #BD06C1: hue angle of 298.72º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD06C1 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 6 | 193 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.24 |
| HSL | 298.72º | 0.94% | 0.39% | - |
| HSV(B) | 298.72º | 0.97% | 0.76% | - |
| XYZ | 30.68 | 14.8 | 51.69 | - |
| YUV | 82.04 | 190.63 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 193 | 0.02 | 0.97 | 0 | 0.24 | 298.72 | 0.94 | 0.39 |
| Hex | BD | 6 | C1 | 2 | 61 | 0 | 18 | 12B | 5E | 27 |
| Octal | 275 | 6 | 301 | 2 | 141 | 0 | 30 | 453 | 136 | 47 |
| Binary | 10111101 | 110 | 11000001 | 10 | 1100001 | 0 | 11000 | 100101011 | 1011110 | 100111 |
Color Harmonies of #BD06C1
Complementary color
Monochromatic Colors of #BD06C1
Black with #BD06C1
Text Example
Text Example
White with #BD06C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD06C1; }
p { color: rgb(189,6,193); }
H1.HeaderClassName
{
color: #BD06C1;
}
.AnyTagClassName
{
color: #BD06C1;
}
</style>
background-color css
<style>
a { background-color: #BD06C1; }
a { background-color: rgb(189,6,193); }
div.DivClassName
{
background-color: #BD06C1;
}
.BgClassName
{
background-color: #BD06C1;
}
</style>
border-color css
<style>
span { border-color: #BD06C1; }
span { border-color: rgb(189,6,193); }
td.TdClassName
{
border-color: #BD06C1;
}
.TagClassName
{
border-color: #BD06C1;
}
</style>