Shades of Medium Orchid #BD36E1
Tints of Medium Orchid #BD36E1
RGB
CMYK
RGB Variations
Color information
#BD36E1 (or 0xBD36E1) is known color: Medium Orchid. HEX triplet: BD, 36 and E1. RGB value is (189,54,225). Sum of RGB (Red+Green+Blue) = 189+54+225=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD36E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD36E1 is #42C91E. Grayscale: #717171. Windows color (decimal): -4376863 or 14759613. OLE color: 14759613.
HSL color Cylindrical-coordinate representation of color #BD36E1: hue angle of 287.37º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD36E1 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 54 | 225 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.12 |
| HSL | 287.37º | 0.74% | 0.55% | - |
| HSV(B) | 287.37º | 0.76% | 0.88% | - |
| XYZ | 35.9 | 18.89 | 72.99 | - |
| YUV | 113.86 | 190.73 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 225 | 0.16 | 0.76 | 0 | 0.12 | 287.37 | 0.74 | 0.55 |
| Hex | BD | 36 | E1 | 10 | 4C | 0 | C | 11F | 4A | 37 |
| Octal | 275 | 66 | 341 | 20 | 114 | 0 | 14 | 437 | 112 | 67 |
| Binary | 10111101 | 110110 | 11100001 | 10000 | 1001100 | 0 | 1100 | 100011111 | 1001010 | 110111 |
Color Harmonies of #BD36E1
Complementary color
Monochromatic Colors of #BD36E1
Black with #BD36E1
Text Example
Text Example
White with #BD36E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD36E1; }
p { color: rgb(189,54,225); }
H1.HeaderClassName
{
color: #BD36E1;
}
.AnyTagClassName
{
color: #BD36E1;
}
</style>
background-color css
<style>
a { background-color: #BD36E1; }
a { background-color: rgb(189,54,225); }
div.DivClassName
{
background-color: #BD36E1;
}
.BgClassName
{
background-color: #BD36E1;
}
</style>
border-color css
<style>
span { border-color: #BD36E1; }
span { border-color: rgb(189,54,225); }
td.TdClassName
{
border-color: #BD36E1;
}
.TagClassName
{
border-color: #BD36E1;
}
</style>