Shades of Medium Orchid #BD60EC
Tints of Medium Orchid #BD60EC
RGB
CMYK
RGB Variations
Color information
#BD60EC (or 0xBD60EC) is known color: Medium Orchid. HEX triplet: BD, 60 and EC. RGB value is (189,96,236). Sum of RGB (Red+Green+Blue) = 189+96+236=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD60EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD60EC is #429F13. Grayscale: #8B8B8B. Windows color (decimal): -4366100 or 15491261. OLE color: 15491261.
HSL color Cylindrical-coordinate representation of color #BD60EC: hue angle of 279.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD60EC is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 96 | 236 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.07 |
| HSL | 279.86º | 0.79% | 0.65% | - |
| HSV(B) | 279.86º | 0.59% | 0.93% | - |
| XYZ | 40.31 | 25.24 | 82.1 | - |
| YUV | 139.77 | 182.31 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 236 | 0.20 | 0.59 | 0 | 0.07 | 279.86 | 0.79 | 0.65 |
| Hex | BD | 60 | EC | 14 | 3B | 0 | 7 | 118 | 4F | 41 |
| Octal | 275 | 140 | 354 | 24 | 73 | 0 | 7 | 430 | 117 | 101 |
| Binary | 10111101 | 1100000 | 11101100 | 10100 | 111011 | 0 | 111 | 100011000 | 1001111 | 1000001 |
Color Harmonies of #BD60EC
Complementary color
Monochromatic Colors of #BD60EC
Black with #BD60EC
Text Example
Text Example
White with #BD60EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60EC; }
p { color: rgb(189,96,236); }
H1.HeaderClassName
{
color: #BD60EC;
}
.AnyTagClassName
{
color: #BD60EC;
}
</style>
background-color css
<style>
a { background-color: #BD60EC; }
a { background-color: rgb(189,96,236); }
div.DivClassName
{
background-color: #BD60EC;
}
.BgClassName
{
background-color: #BD60EC;
}
</style>
border-color css
<style>
span { border-color: #BD60EC; }
span { border-color: rgb(189,96,236); }
td.TdClassName
{
border-color: #BD60EC;
}
.TagClassName
{
border-color: #BD60EC;
}
</style>