Shades of Medium Orchid #BD50EE
Tints of Medium Orchid #BD50EE
RGB
CMYK
RGB Variations
Color information
#BD50EE (or 0xBD50EE) is known color: Medium Orchid. HEX triplet: BD, 50 and EE. RGB value is (189,80,238). Sum of RGB (Red+Green+Blue) = 189+80+238=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD50EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD50EE is #42AF11. Grayscale: #828282. Windows color (decimal): -4370194 or 15618237. OLE color: 15618237.
HSL color Cylindrical-coordinate representation of color #BD50EE: hue angle of 281.39º degrees, saturation: 0.82, 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 #BD50EE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 80 | 238 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.07 |
| HSL | 281.39º | 0.82% | 0.62% | - |
| HSV(B) | 281.39º | 0.66% | 0.93% | - |
| XYZ | 39.29 | 22.73 | 83.21 | - |
| YUV | 130.6 | 188.61 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 238 | 0.21 | 0.66 | 0 | 0.07 | 281.39 | 0.82 | 0.62 |
| Hex | BD | 50 | EE | 15 | 42 | 0 | 7 | 119 | 52 | 3E |
| Octal | 275 | 120 | 356 | 25 | 102 | 0 | 7 | 431 | 122 | 76 |
| Binary | 10111101 | 1010000 | 11101110 | 10101 | 1000010 | 0 | 111 | 100011001 | 1010010 | 111110 |
Color Harmonies of #BD50EE
Complementary color
Monochromatic Colors of #BD50EE
Black with #BD50EE
Text Example
Text Example
White with #BD50EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50EE; }
p { color: rgb(189,80,238); }
H1.HeaderClassName
{
color: #BD50EE;
}
.AnyTagClassName
{
color: #BD50EE;
}
</style>
background-color css
<style>
a { background-color: #BD50EE; }
a { background-color: rgb(189,80,238); }
div.DivClassName
{
background-color: #BD50EE;
}
.BgClassName
{
background-color: #BD50EE;
}
</style>
border-color css
<style>
span { border-color: #BD50EE; }
span { border-color: rgb(189,80,238); }
td.TdClassName
{
border-color: #BD50EE;
}
.TagClassName
{
border-color: #BD50EE;
}
</style>