Shades of Medium Orchid #BD6EE6
Tints of Medium Orchid #BD6EE6
RGB
CMYK
RGB Variations
Color information
#BD6EE6 (or 0xBD6EE6) is known color: Medium Orchid. HEX triplet: BD, 6E and E6. RGB value is (189,110,230). Sum of RGB (Red+Green+Blue) = 189+110+230=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD6EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6EE6 is #429119. Grayscale: #929292. Windows color (decimal): -4362522 or 15101629. OLE color: 15101629.
HSL color Cylindrical-coordinate representation of color #BD6EE6: hue angle of 279.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD6EE6 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 110 | 230 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.10 |
| HSL | 279.5º | 0.71% | 0.67% | - |
| HSV(B) | 279.5º | 0.52% | 0.9% | - |
| XYZ | 40.85 | 27.68 | 78.05 | - |
| YUV | 147.3 | 174.67 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 230 | 0.18 | 0.52 | 0 | 0.10 | 279.5 | 0.71 | 0.67 |
| Hex | BD | 6E | E6 | 12 | 34 | 0 | A | 118 | 47 | 43 |
| Octal | 275 | 156 | 346 | 22 | 64 | 0 | 12 | 430 | 107 | 103 |
| Binary | 10111101 | 1101110 | 11100110 | 10010 | 110100 | 0 | 1010 | 100011000 | 1000111 | 1000011 |
Color Harmonies of #BD6EE6
Complementary color
Monochromatic Colors of #BD6EE6
Black with #BD6EE6
Text Example
Text Example
White with #BD6EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6EE6; }
p { color: rgb(189,110,230); }
H1.HeaderClassName
{
color: #BD6EE6;
}
.AnyTagClassName
{
color: #BD6EE6;
}
</style>
background-color css
<style>
a { background-color: #BD6EE6; }
a { background-color: rgb(189,110,230); }
div.DivClassName
{
background-color: #BD6EE6;
}
.BgClassName
{
background-color: #BD6EE6;
}
</style>
border-color css
<style>
span { border-color: #BD6EE6; }
span { border-color: rgb(189,110,230); }
td.TdClassName
{
border-color: #BD6EE6;
}
.TagClassName
{
border-color: #BD6EE6;
}
</style>