Shades of Medium Orchid #BD37ED
Tints of Medium Orchid #BD37ED
RGB
CMYK
RGB Variations
Color information
#BD37ED (or 0xBD37ED) is known color: Medium Orchid. HEX triplet: BD, 37 and ED. RGB value is (189,55,237). Sum of RGB (Red+Green+Blue) = 189+55+237=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD37ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD37ED is #42C812. Grayscale: #737373. Windows color (decimal): -4376595 or 15546301. OLE color: 15546301.
HSL color Cylindrical-coordinate representation of color #BD37ED: hue angle of 284.18º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD37ED is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 55 | 237 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.07 |
| HSL | 284.18º | 0.83% | 0.57% | - |
| HSV(B) | 284.18º | 0.77% | 0.93% | - |
| XYZ | 37.64 | 19.67 | 81.93 | - |
| YUV | 115.81 | 196.39 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 237 | 0.20 | 0.77 | 0 | 0.07 | 284.18 | 0.83 | 0.57 |
| Hex | BD | 37 | ED | 14 | 4D | 0 | 7 | 11C | 53 | 39 |
| Octal | 275 | 67 | 355 | 24 | 115 | 0 | 7 | 434 | 123 | 71 |
| Binary | 10111101 | 110111 | 11101101 | 10100 | 1001101 | 0 | 111 | 100011100 | 1010011 | 111001 |
Color Harmonies of #BD37ED
Complementary color
Monochromatic Colors of #BD37ED
Black with #BD37ED
Text Example
Text Example
White with #BD37ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD37ED; }
p { color: rgb(189,55,237); }
H1.HeaderClassName
{
color: #BD37ED;
}
.AnyTagClassName
{
color: #BD37ED;
}
</style>
background-color css
<style>
a { background-color: #BD37ED; }
a { background-color: rgb(189,55,237); }
div.DivClassName
{
background-color: #BD37ED;
}
.BgClassName
{
background-color: #BD37ED;
}
</style>
border-color css
<style>
span { border-color: #BD37ED; }
span { border-color: rgb(189,55,237); }
td.TdClassName
{
border-color: #BD37ED;
}
.TagClassName
{
border-color: #BD37ED;
}
</style>