Shades of Medium Orchid #BD60ED
Tints of Medium Orchid #BD60ED
RGB
CMYK
RGB Variations
Color information
#BD60ED (or 0xBD60ED) is known color: Medium Orchid. HEX triplet: BD, 60 and ED. RGB value is (189,96,237). Sum of RGB (Red+Green+Blue) = 189+96+237=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD60ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD60ED is #429F12. Grayscale: #8B8B8B. Windows color (decimal): -4366099 or 15556797. OLE color: 15556797.
HSL color Cylindrical-coordinate representation of color #BD60ED: hue angle of 279.57º degrees, saturation: 0.8, 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 #BD60ED is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 96 | 237 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.07 |
| HSL | 279.57º | 0.8% | 0.65% | - |
| HSV(B) | 279.57º | 0.59% | 0.93% | - |
| XYZ | 40.46 | 25.3 | 82.87 | - |
| YUV | 139.88 | 182.81 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 237 | 0.20 | 0.59 | 0 | 0.07 | 279.57 | 0.8 | 0.65 |
| Hex | BD | 60 | ED | 14 | 3B | 0 | 7 | 118 | 50 | 41 |
| Octal | 275 | 140 | 355 | 24 | 73 | 0 | 7 | 430 | 120 | 101 |
| Binary | 10111101 | 1100000 | 11101101 | 10100 | 111011 | 0 | 111 | 100011000 | 1010000 | 1000001 |
Color Harmonies of #BD60ED
Complementary color
Monochromatic Colors of #BD60ED
Black with #BD60ED
Text Example
Text Example
White with #BD60ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60ED; }
p { color: rgb(189,96,237); }
H1.HeaderClassName
{
color: #BD60ED;
}
.AnyTagClassName
{
color: #BD60ED;
}
</style>
background-color css
<style>
a { background-color: #BD60ED; }
a { background-color: rgb(189,96,237); }
div.DivClassName
{
background-color: #BD60ED;
}
.BgClassName
{
background-color: #BD60ED;
}
</style>
border-color css
<style>
span { border-color: #BD60ED; }
span { border-color: rgb(189,96,237); }
td.TdClassName
{
border-color: #BD60ED;
}
.TagClassName
{
border-color: #BD60ED;
}
</style>