Shades of Medium Orchid #BD6EE8
Tints of Medium Orchid #BD6EE8
RGB
CMYK
RGB Variations
Color information
#BD6EE8 (or 0xBD6EE8) is known color: Medium Orchid. HEX triplet: BD, 6E and E8. RGB value is (189,110,232). Sum of RGB (Red+Green+Blue) = 189+110+232=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD6EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6EE8 is #429117. Grayscale: #939393. Windows color (decimal): -4362520 or 15232701. OLE color: 15232701.
HSL color Cylindrical-coordinate representation of color #BD6EE8: hue angle of 278.85º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD6EE8 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 110 | 232 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.09 |
| HSL | 278.85º | 0.73% | 0.67% | - |
| HSV(B) | 278.85º | 0.53% | 0.91% | - |
| XYZ | 41.13 | 27.8 | 79.54 | - |
| YUV | 147.53 | 175.67 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 232 | 0.19 | 0.53 | 0 | 0.09 | 278.85 | 0.73 | 0.67 |
| Hex | BD | 6E | E8 | 13 | 35 | 0 | 9 | 117 | 49 | 43 |
| Octal | 275 | 156 | 350 | 23 | 65 | 0 | 11 | 427 | 111 | 103 |
| Binary | 10111101 | 1101110 | 11101000 | 10011 | 110101 | 0 | 1001 | 100010111 | 1001001 | 1000011 |
Color Harmonies of #BD6EE8
Complementary color
Monochromatic Colors of #BD6EE8
Black with #BD6EE8
Text Example
Text Example
White with #BD6EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6EE8; }
p { color: rgb(189,110,232); }
H1.HeaderClassName
{
color: #BD6EE8;
}
.AnyTagClassName
{
color: #BD6EE8;
}
</style>
background-color css
<style>
a { background-color: #BD6EE8; }
a { background-color: rgb(189,110,232); }
div.DivClassName
{
background-color: #BD6EE8;
}
.BgClassName
{
background-color: #BD6EE8;
}
</style>
border-color css
<style>
span { border-color: #BD6EE8; }
span { border-color: rgb(189,110,232); }
td.TdClassName
{
border-color: #BD6EE8;
}
.TagClassName
{
border-color: #BD6EE8;
}
</style>