Shades of Medium Orchid #BD6EEE
Tints of Medium Orchid #BD6EEE
RGB
CMYK
RGB Variations
Color information
#BD6EEE (or 0xBD6EEE) is known color: Medium Orchid. HEX triplet: BD, 6E and EE. RGB value is (189,110,238). Sum of RGB (Red+Green+Blue) = 189+110+238=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD6EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6EEE is #429111. Grayscale: #939393. Windows color (decimal): -4362514 or 15625917. OLE color: 15625917.
HSL color Cylindrical-coordinate representation of color #BD6EEE: hue angle of 277.03º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD6EEE is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 110 | 238 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.07 |
| HSL | 277.03º | 0.79% | 0.68% | - |
| HSV(B) | 277.03º | 0.54% | 0.93% | - |
| XYZ | 41.99 | 28.14 | 84.11 | - |
| YUV | 148.21 | 178.67 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 238 | 0.21 | 0.54 | 0 | 0.07 | 277.03 | 0.79 | 0.68 |
| Hex | BD | 6E | EE | 15 | 36 | 0 | 7 | 115 | 4F | 44 |
| Octal | 275 | 156 | 356 | 25 | 66 | 0 | 7 | 425 | 117 | 104 |
| Binary | 10111101 | 1101110 | 11101110 | 10101 | 110110 | 0 | 111 | 100010101 | 1001111 | 1000100 |
Color Harmonies of #BD6EEE
Complementary color
Monochromatic Colors of #BD6EEE
Black with #BD6EEE
Text Example
Text Example
White with #BD6EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6EEE; }
p { color: rgb(189,110,238); }
H1.HeaderClassName
{
color: #BD6EEE;
}
.AnyTagClassName
{
color: #BD6EEE;
}
</style>
background-color css
<style>
a { background-color: #BD6EEE; }
a { background-color: rgb(189,110,238); }
div.DivClassName
{
background-color: #BD6EEE;
}
.BgClassName
{
background-color: #BD6EEE;
}
</style>
border-color css
<style>
span { border-color: #BD6EEE; }
span { border-color: rgb(189,110,238); }
td.TdClassName
{
border-color: #BD6EEE;
}
.TagClassName
{
border-color: #BD6EEE;
}
</style>