Shades of Medium Orchid #BD57EC
Tints of Medium Orchid #BD57EC
RGB
CMYK
RGB Variations
Color information
#BD57EC (or 0xBD57EC) is known color: Medium Orchid. HEX triplet: BD, 57 and EC. RGB value is (189,87,236). Sum of RGB (Red+Green+Blue) = 189+87+236=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD57EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD57EC is #42A813. Grayscale: #858585. Windows color (decimal): -4368404 or 15488957. OLE color: 15488957.
HSL color Cylindrical-coordinate representation of color #BD57EC: hue angle of 281.07º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD57EC is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 87 | 236 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.07 |
| HSL | 281.07º | 0.8% | 0.63% | - |
| HSV(B) | 281.07º | 0.63% | 0.93% | - |
| XYZ | 39.53 | 23.69 | 81.85 | - |
| YUV | 134.48 | 185.29 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 236 | 0.20 | 0.63 | 0 | 0.07 | 281.07 | 0.8 | 0.63 |
| Hex | BD | 57 | EC | 14 | 3F | 0 | 7 | 119 | 50 | 3F |
| Octal | 275 | 127 | 354 | 24 | 77 | 0 | 7 | 431 | 120 | 77 |
| Binary | 10111101 | 1010111 | 11101100 | 10100 | 111111 | 0 | 111 | 100011001 | 1010000 | 111111 |
Color Harmonies of #BD57EC
Complementary color
Monochromatic Colors of #BD57EC
Black with #BD57EC
Text Example
Text Example
White with #BD57EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD57EC; }
p { color: rgb(189,87,236); }
H1.HeaderClassName
{
color: #BD57EC;
}
.AnyTagClassName
{
color: #BD57EC;
}
</style>
background-color css
<style>
a { background-color: #BD57EC; }
a { background-color: rgb(189,87,236); }
div.DivClassName
{
background-color: #BD57EC;
}
.BgClassName
{
background-color: #BD57EC;
}
</style>
border-color css
<style>
span { border-color: #BD57EC; }
span { border-color: rgb(189,87,236); }
td.TdClassName
{
border-color: #BD57EC;
}
.TagClassName
{
border-color: #BD57EC;
}
</style>