Shades of Medium Orchid #BD50ED
Tints of Medium Orchid #BD50ED
RGB
CMYK
RGB Variations
Color information
#BD50ED (or 0xBD50ED) is known color: Medium Orchid. HEX triplet: BD, 50 and ED. RGB value is (189,80,237). Sum of RGB (Red+Green+Blue) = 189+80+237=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD50ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD50ED is #42AF12. Grayscale: #818181. Windows color (decimal): -4370195 or 15552701. OLE color: 15552701.
HSL color Cylindrical-coordinate representation of color #BD50ED: hue angle of 281.66º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD50ED is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 80 | 237 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.07 |
| HSL | 281.66º | 0.81% | 0.62% | - |
| HSV(B) | 281.66º | 0.66% | 0.93% | - |
| XYZ | 39.14 | 22.67 | 82.43 | - |
| YUV | 130.49 | 188.11 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 237 | 0.20 | 0.66 | 0 | 0.07 | 281.66 | 0.81 | 0.62 |
| Hex | BD | 50 | ED | 14 | 42 | 0 | 7 | 11A | 51 | 3E |
| Octal | 275 | 120 | 355 | 24 | 102 | 0 | 7 | 432 | 121 | 76 |
| Binary | 10111101 | 1010000 | 11101101 | 10100 | 1000010 | 0 | 111 | 100011010 | 1010001 | 111110 |
Color Harmonies of #BD50ED
Complementary color
Monochromatic Colors of #BD50ED
Black with #BD50ED
Text Example
Text Example
White with #BD50ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50ED; }
p { color: rgb(189,80,237); }
H1.HeaderClassName
{
color: #BD50ED;
}
.AnyTagClassName
{
color: #BD50ED;
}
</style>
background-color css
<style>
a { background-color: #BD50ED; }
a { background-color: rgb(189,80,237); }
div.DivClassName
{
background-color: #BD50ED;
}
.BgClassName
{
background-color: #BD50ED;
}
</style>
border-color css
<style>
span { border-color: #BD50ED; }
span { border-color: rgb(189,80,237); }
td.TdClassName
{
border-color: #BD50ED;
}
.TagClassName
{
border-color: #BD50ED;
}
</style>