Shades of Deep Magenta #BD27BA
Tints of Deep Magenta #BD27BA
RGB
CMYK
RGB Variations
Color information
#BD27BA (or 0xBD27BA) is known color: Deep Magenta. HEX triplet: BD, 27 and BA. RGB value is (189,39,186). Sum of RGB (Red+Green+Blue) = 189+39+186=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD27BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD27BA is #42D845. Grayscale: #646464. Windows color (decimal): -4380742 or 12199869. OLE color: 12199869.
HSL color Cylindrical-coordinate representation of color #BD27BA: hue angle of 301.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD27BA is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 186 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.26 |
| HSL | 301.2º | 0.66% | 0.45% | - |
| HSV(B) | 301.2º | 0.79% | 0.74% | - |
| XYZ | 30.57 | 15.82 | 47.9 | - |
| YUV | 100.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 186 | 0 | 0.79 | 0.02 | 0.26 | 301.2 | 0.66 | 0.45 |
| Hex | BD | 27 | BA | 0 | 4F | 2 | 1A | 12D | 42 | 2D |
| Octal | 275 | 47 | 272 | 0 | 117 | 2 | 32 | 455 | 102 | 55 |
| Binary | 10111101 | 100111 | 10111010 | 0 | 1001111 | 10 | 11010 | 100101101 | 1000010 | 101101 |
Color Harmonies of #BD27BA
Complementary color
Monochromatic Colors of #BD27BA
Black with #BD27BA
Text Example
Text Example
White with #BD27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD27BA; }
p { color: rgb(189,39,186); }
H1.HeaderClassName
{
color: #BD27BA;
}
.AnyTagClassName
{
color: #BD27BA;
}
</style>
background-color css
<style>
a { background-color: #BD27BA; }
a { background-color: rgb(189,39,186); }
div.DivClassName
{
background-color: #BD27BA;
}
.BgClassName
{
background-color: #BD27BA;
}
</style>
border-color css
<style>
span { border-color: #BD27BA; }
span { border-color: rgb(189,39,186); }
td.TdClassName
{
border-color: #BD27BA;
}
.TagClassName
{
border-color: #BD27BA;
}
</style>