Shades of Deep Magenta #BD27BD
Tints of Deep Magenta #BD27BD
RGB
CMYK
RGB Variations
Color information
#BD27BD (or 0xBD27BD) is known color: Deep Magenta. HEX triplet: BD, 27 and BD. RGB value is (189,39,189). Sum of RGB (Red+Green+Blue) = 189+39+189=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD27BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD27BD is #42D842. Grayscale: #646464. Windows color (decimal): -4380739 or 12396477. OLE color: 12396477.
HSL color Cylindrical-coordinate representation of color #BD27BD: hue angle of 300º 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 #BD27BD is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 189 | - |
| CMYK | 0 | 0.79 | 0 | 0.26 |
| HSL | 300º | 0.66% | 0.45% | - |
| HSV(B) | 300º | 0.79% | 0.74% | - |
| XYZ | 30.9 | 15.94 | 49.59 | - |
| YUV | 100.95 | 177.7 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 189 | 0 | 0.79 | 0 | 0.26 | 300 | 0.66 | 0.45 |
| Hex | BD | 27 | BD | 0 | 4F | 0 | 1A | 12C | 42 | 2D |
| Octal | 275 | 47 | 275 | 0 | 117 | 0 | 32 | 454 | 102 | 55 |
| Binary | 10111101 | 100111 | 10111101 | 0 | 1001111 | 0 | 11010 | 100101100 | 1000010 | 101101 |
Color Harmonies of #BD27BD
Complementary color
Monochromatic Colors of #BD27BD
Black with #BD27BD
Text Example
Text Example
White with #BD27BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD27BD; }
p { color: rgb(189,39,189); }
H1.HeaderClassName
{
color: #BD27BD;
}
.AnyTagClassName
{
color: #BD27BD;
}
</style>
background-color css
<style>
a { background-color: #BD27BD; }
a { background-color: rgb(189,39,189); }
div.DivClassName
{
background-color: #BD27BD;
}
.BgClassName
{
background-color: #BD27BD;
}
</style>
border-color css
<style>
span { border-color: #BD27BD; }
span { border-color: rgb(189,39,189); }
td.TdClassName
{
border-color: #BD27BD;
}
.TagClassName
{
border-color: #BD27BD;
}
</style>