Shades of Deep Magenta #BD27CA
Tints of Deep Magenta #BD27CA
RGB
CMYK
RGB Variations
Color information
#BD27CA (or 0xBD27CA) is known color: Deep Magenta. HEX triplet: BD, 27 and CA. RGB value is (189,39,202). Sum of RGB (Red+Green+Blue) = 189+39+202=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD27CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD27CA is #42D835. Grayscale: #656565. Windows color (decimal): -4380726 or 13248445. OLE color: 13248445.
HSL color Cylindrical-coordinate representation of color #BD27CA: hue angle of 295.21º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD27CA is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 39 | 202 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.21 |
| HSL | 295.21º | 0.68% | 0.47% | - |
| HSV(B) | 295.21º | 0.81% | 0.79% | - |
| XYZ | 32.37 | 16.53 | 57.36 | - |
| YUV | 102.43 | 184.2 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 202 | 0.06 | 0.81 | 0 | 0.21 | 295.21 | 0.68 | 0.47 |
| Hex | BD | 27 | CA | 6 | 51 | 0 | 15 | 127 | 44 | 2F |
| Octal | 275 | 47 | 312 | 6 | 121 | 0 | 25 | 447 | 104 | 57 |
| Binary | 10111101 | 100111 | 11001010 | 110 | 1010001 | 0 | 10101 | 100100111 | 1000100 | 101111 |
Color Harmonies of #BD27CA
Complementary color
Monochromatic Colors of #BD27CA
Black with #BD27CA
Text Example
Text Example
White with #BD27CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD27CA; }
p { color: rgb(189,39,202); }
H1.HeaderClassName
{
color: #BD27CA;
}
.AnyTagClassName
{
color: #BD27CA;
}
</style>
background-color css
<style>
a { background-color: #BD27CA; }
a { background-color: rgb(189,39,202); }
div.DivClassName
{
background-color: #BD27CA;
}
.BgClassName
{
background-color: #BD27CA;
}
</style>
border-color css
<style>
span { border-color: #BD27CA; }
span { border-color: rgb(189,39,202); }
td.TdClassName
{
border-color: #BD27CA;
}
.TagClassName
{
border-color: #BD27CA;
}
</style>