Shades of Deep Magenta #BD0CC3
Tints of Deep Magenta #BD0CC3
RGB
CMYK
RGB Variations
Color information
#BD0CC3 (or 0xBD0CC3) is known color: Deep Magenta. HEX triplet: BD, 0C and C3. RGB value is (189,12,195). Sum of RGB (Red+Green+Blue) = 189+12+195=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD0CC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0CC3 is #42F33C. Grayscale: #555555. Windows color (decimal): -4387645 or 12782781. OLE color: 12782781.
HSL color Cylindrical-coordinate representation of color #BD0CC3: hue angle of 298.03º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0CC3 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 12 | 195 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.24 |
| HSL | 298.03º | 0.88% | 0.41% | - |
| HSV(B) | 298.03º | 0.94% | 0.76% | - |
| XYZ | 30.97 | 15.02 | 52.9 | - |
| YUV | 85.79 | 189.64 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 195 | 0.03 | 0.94 | 0 | 0.24 | 298.03 | 0.88 | 0.41 |
| Hex | BD | C | C3 | 3 | 5E | 0 | 18 | 12A | 58 | 29 |
| Octal | 275 | 14 | 303 | 3 | 136 | 0 | 30 | 452 | 130 | 51 |
| Binary | 10111101 | 1100 | 11000011 | 11 | 1011110 | 0 | 11000 | 100101010 | 1011000 | 101001 |
Color Harmonies of #BD0CC3
Complementary color
Monochromatic Colors of #BD0CC3
Black with #BD0CC3
Text Example
Text Example
White with #BD0CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0CC3; }
p { color: rgb(189,12,195); }
H1.HeaderClassName
{
color: #BD0CC3;
}
.AnyTagClassName
{
color: #BD0CC3;
}
</style>
background-color css
<style>
a { background-color: #BD0CC3; }
a { background-color: rgb(189,12,195); }
div.DivClassName
{
background-color: #BD0CC3;
}
.BgClassName
{
background-color: #BD0CC3;
}
</style>
border-color css
<style>
span { border-color: #BD0CC3; }
span { border-color: rgb(189,12,195); }
td.TdClassName
{
border-color: #BD0CC3;
}
.TagClassName
{
border-color: #BD0CC3;
}
</style>