Shades of Medium Orchid #BD60EA
Tints of Medium Orchid #BD60EA
RGB
CMYK
RGB Variations
Color information
#BD60EA (or 0xBD60EA) is known color: Medium Orchid. HEX triplet: BD, 60 and EA. RGB value is (189,96,234). Sum of RGB (Red+Green+Blue) = 189+96+234=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD60EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD60EA is #429F15. Grayscale: #8B8B8B. Windows color (decimal): -4366102 or 15360189. OLE color: 15360189.
HSL color Cylindrical-coordinate representation of color #BD60EA: hue angle of 280.43º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD60EA is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 96 | 234 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.08 |
| HSL | 280.43º | 0.77% | 0.65% | - |
| HSV(B) | 280.43º | 0.59% | 0.92% | - |
| XYZ | 40.02 | 25.13 | 80.58 | - |
| YUV | 139.54 | 181.31 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 234 | 0.19 | 0.59 | 0 | 0.08 | 280.43 | 0.77 | 0.65 |
| Hex | BD | 60 | EA | 13 | 3B | 0 | 8 | 118 | 4D | 41 |
| Octal | 275 | 140 | 352 | 23 | 73 | 0 | 10 | 430 | 115 | 101 |
| Binary | 10111101 | 1100000 | 11101010 | 10011 | 111011 | 0 | 1000 | 100011000 | 1001101 | 1000001 |
Color Harmonies of #BD60EA
Complementary color
Monochromatic Colors of #BD60EA
Black with #BD60EA
Text Example
Text Example
White with #BD60EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60EA; }
p { color: rgb(189,96,234); }
H1.HeaderClassName
{
color: #BD60EA;
}
.AnyTagClassName
{
color: #BD60EA;
}
</style>
background-color css
<style>
a { background-color: #BD60EA; }
a { background-color: rgb(189,96,234); }
div.DivClassName
{
background-color: #BD60EA;
}
.BgClassName
{
background-color: #BD60EA;
}
</style>
border-color css
<style>
span { border-color: #BD60EA; }
span { border-color: rgb(189,96,234); }
td.TdClassName
{
border-color: #BD60EA;
}
.TagClassName
{
border-color: #BD60EA;
}
</style>