Shades of Medium Orchid #BD6EE7
Tints of Medium Orchid #BD6EE7
RGB
CMYK
RGB Variations
Color information
#BD6EE7 (or 0xBD6EE7) is known color: Medium Orchid. HEX triplet: BD, 6E and E7. RGB value is (189,110,231). Sum of RGB (Red+Green+Blue) = 189+110+231=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD6EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6EE7 is #429118. Grayscale: #939393. Windows color (decimal): -4362521 or 15167165. OLE color: 15167165.
HSL color Cylindrical-coordinate representation of color #BD6EE7: hue angle of 279.17º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD6EE7 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 110 | 231 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.09 |
| HSL | 279.17º | 0.72% | 0.67% | - |
| HSV(B) | 279.17º | 0.52% | 0.91% | - |
| XYZ | 40.99 | 27.74 | 78.8 | - |
| YUV | 147.42 | 175.17 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 231 | 0.18 | 0.52 | 0 | 0.09 | 279.17 | 0.72 | 0.67 |
| Hex | BD | 6E | E7 | 12 | 34 | 0 | 9 | 117 | 48 | 43 |
| Octal | 275 | 156 | 347 | 22 | 64 | 0 | 11 | 427 | 110 | 103 |
| Binary | 10111101 | 1101110 | 11100111 | 10010 | 110100 | 0 | 1001 | 100010111 | 1001000 | 1000011 |
Color Harmonies of #BD6EE7
Complementary color
Monochromatic Colors of #BD6EE7
Black with #BD6EE7
Text Example
Text Example
White with #BD6EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6EE7; }
p { color: rgb(189,110,231); }
H1.HeaderClassName
{
color: #BD6EE7;
}
.AnyTagClassName
{
color: #BD6EE7;
}
</style>
background-color css
<style>
a { background-color: #BD6EE7; }
a { background-color: rgb(189,110,231); }
div.DivClassName
{
background-color: #BD6EE7;
}
.BgClassName
{
background-color: #BD6EE7;
}
</style>
border-color css
<style>
span { border-color: #BD6EE7; }
span { border-color: rgb(189,110,231); }
td.TdClassName
{
border-color: #BD6EE7;
}
.TagClassName
{
border-color: #BD6EE7;
}
</style>