Shades of Deep Magenta #BD28C8
Tints of Deep Magenta #BD28C8
RGB
CMYK
RGB Variations
Color information
#BD28C8 (or 0xBD28C8) is known color: Deep Magenta. HEX triplet: BD, 28 and C8. RGB value is (189,40,200). Sum of RGB (Red+Green+Blue) = 189+40+200=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD28C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28C8 is #42D737. Grayscale: #666666. Windows color (decimal): -4380472 or 13117629. OLE color: 13117629.
HSL color Cylindrical-coordinate representation of color #BD28C8: hue angle of 295.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD28C8 is Cyan = 0.06, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 40 | 200 | - |
| CMYK | 0.06 | 0.8 | 0 | 0.22 |
| HSL | 295.88º | 0.67% | 0.47% | - |
| HSV(B) | 295.88º | 0.8% | 0.78% | - |
| XYZ | 32.17 | 16.51 | 56.13 | - |
| YUV | 102.79 | 182.86 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 200 | 0.06 | 0.8 | 0 | 0.22 | 295.88 | 0.67 | 0.47 |
| Hex | BD | 28 | C8 | 6 | 50 | 0 | 16 | 128 | 43 | 2F |
| Octal | 275 | 50 | 310 | 6 | 120 | 0 | 26 | 450 | 103 | 57 |
| Binary | 10111101 | 101000 | 11001000 | 110 | 1010000 | 0 | 10110 | 100101000 | 1000011 | 101111 |
Color Harmonies of #BD28C8
Complementary color
Monochromatic Colors of #BD28C8
Black with #BD28C8
Text Example
Text Example
White with #BD28C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD28C8; }
p { color: rgb(189,40,200); }
H1.HeaderClassName
{
color: #BD28C8;
}
.AnyTagClassName
{
color: #BD28C8;
}
</style>
background-color css
<style>
a { background-color: #BD28C8; }
a { background-color: rgb(189,40,200); }
div.DivClassName
{
background-color: #BD28C8;
}
.BgClassName
{
background-color: #BD28C8;
}
</style>
border-color css
<style>
span { border-color: #BD28C8; }
span { border-color: rgb(189,40,200); }
td.TdClassName
{
border-color: #BD28C8;
}
.TagClassName
{
border-color: #BD28C8;
}
</style>