Shades of Deep Magenta #BD28C7
Tints of Deep Magenta #BD28C7
RGB
CMYK
RGB Variations
Color information
#BD28C7 (or 0xBD28C7) is known color: Deep Magenta. HEX triplet: BD, 28 and C7. RGB value is (189,40,199). Sum of RGB (Red+Green+Blue) = 189+40+199=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD28C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28C7 is #42D738. Grayscale: #666666. Windows color (decimal): -4380473 or 13052093. OLE color: 13052093.
HSL color Cylindrical-coordinate representation of color #BD28C7: hue angle of 296.23º 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 #BD28C7 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 40 | 199 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.22 |
| HSL | 296.23º | 0.67% | 0.47% | - |
| HSV(B) | 296.23º | 0.8% | 0.78% | - |
| XYZ | 32.05 | 16.46 | 55.52 | - |
| YUV | 102.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 199 | 0.05 | 0.80 | 0 | 0.22 | 296.23 | 0.67 | 0.47 |
| Hex | BD | 28 | C7 | 5 | 50 | 0 | 16 | 128 | 43 | 2F |
| Octal | 275 | 50 | 307 | 5 | 120 | 0 | 26 | 450 | 103 | 57 |
| Binary | 10111101 | 101000 | 11000111 | 101 | 1010000 | 0 | 10110 | 100101000 | 1000011 | 101111 |
Color Harmonies of #BD28C7
Complementary color
Monochromatic Colors of #BD28C7
Black with #BD28C7
Text Example
Text Example
White with #BD28C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD28C7; }
p { color: rgb(189,40,199); }
H1.HeaderClassName
{
color: #BD28C7;
}
.AnyTagClassName
{
color: #BD28C7;
}
</style>
background-color css
<style>
a { background-color: #BD28C7; }
a { background-color: rgb(189,40,199); }
div.DivClassName
{
background-color: #BD28C7;
}
.BgClassName
{
background-color: #BD28C7;
}
</style>
border-color css
<style>
span { border-color: #BD28C7; }
span { border-color: rgb(189,40,199); }
td.TdClassName
{
border-color: #BD28C7;
}
.TagClassName
{
border-color: #BD28C7;
}
</style>