Shades of Medium Orchid #BD56EE
Tints of Medium Orchid #BD56EE
RGB
CMYK
RGB Variations
Color information
#BD56EE (or 0xBD56EE) is known color: Medium Orchid. HEX triplet: BD, 56 and EE. RGB value is (189,86,238). Sum of RGB (Red+Green+Blue) = 189+86+238=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD56EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD56EE is #42A911. Grayscale: #858585. Windows color (decimal): -4368658 or 15619773. OLE color: 15619773.
HSL color Cylindrical-coordinate representation of color #BD56EE: hue angle of 280.66º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD56EE is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 86 | 238 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.07 |
| HSL | 280.66º | 0.82% | 0.64% | - |
| HSV(B) | 280.66º | 0.64% | 0.93% | - |
| XYZ | 39.75 | 23.65 | 83.36 | - |
| YUV | 134.13 | 186.62 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 238 | 0.21 | 0.64 | 0 | 0.07 | 280.66 | 0.82 | 0.64 |
| Hex | BD | 56 | EE | 15 | 40 | 0 | 7 | 119 | 52 | 40 |
| Octal | 275 | 126 | 356 | 25 | 100 | 0 | 7 | 431 | 122 | 100 |
| Binary | 10111101 | 1010110 | 11101110 | 10101 | 1000000 | 0 | 111 | 100011001 | 1010010 | 1000000 |
Color Harmonies of #BD56EE
Complementary color
Monochromatic Colors of #BD56EE
Black with #BD56EE
Text Example
Text Example
White with #BD56EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD56EE; }
p { color: rgb(189,86,238); }
H1.HeaderClassName
{
color: #BD56EE;
}
.AnyTagClassName
{
color: #BD56EE;
}
</style>
background-color css
<style>
a { background-color: #BD56EE; }
a { background-color: rgb(189,86,238); }
div.DivClassName
{
background-color: #BD56EE;
}
.BgClassName
{
background-color: #BD56EE;
}
</style>
border-color css
<style>
span { border-color: #BD56EE; }
span { border-color: rgb(189,86,238); }
td.TdClassName
{
border-color: #BD56EE;
}
.TagClassName
{
border-color: #BD56EE;
}
</style>