Shades of Medium Orchid #BD6CE9
Tints of Medium Orchid #BD6CE9
RGB
CMYK
RGB Variations
Color information
#BD6CE9 (or 0xBD6CE9) is known color: Medium Orchid. HEX triplet: BD, 6C and E9. RGB value is (189,108,233). Sum of RGB (Red+Green+Blue) = 189+108+233=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD6CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6CE9 is #429316. Grayscale: #929292. Windows color (decimal): -4363031 or 15297725. OLE color: 15297725.
HSL color Cylindrical-coordinate representation of color #BD6CE9: hue angle of 278.88º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD6CE9 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 108 | 233 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.09 |
| HSL | 278.88º | 0.74% | 0.67% | - |
| HSV(B) | 278.88º | 0.54% | 0.91% | - |
| XYZ | 41.06 | 27.43 | 80.22 | - |
| YUV | 146.47 | 176.84 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 233 | 0.19 | 0.54 | 0 | 0.09 | 278.88 | 0.74 | 0.67 |
| Hex | BD | 6C | E9 | 13 | 36 | 0 | 9 | 117 | 4A | 43 |
| Octal | 275 | 154 | 351 | 23 | 66 | 0 | 11 | 427 | 112 | 103 |
| Binary | 10111101 | 1101100 | 11101001 | 10011 | 110110 | 0 | 1001 | 100010111 | 1001010 | 1000011 |
Color Harmonies of #BD6CE9
Complementary color
Monochromatic Colors of #BD6CE9
Black with #BD6CE9
Text Example
Text Example
White with #BD6CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6CE9; }
p { color: rgb(189,108,233); }
H1.HeaderClassName
{
color: #BD6CE9;
}
.AnyTagClassName
{
color: #BD6CE9;
}
</style>
background-color css
<style>
a { background-color: #BD6CE9; }
a { background-color: rgb(189,108,233); }
div.DivClassName
{
background-color: #BD6CE9;
}
.BgClassName
{
background-color: #BD6CE9;
}
</style>
border-color css
<style>
span { border-color: #BD6CE9; }
span { border-color: rgb(189,108,233); }
td.TdClassName
{
border-color: #BD6CE9;
}
.TagClassName
{
border-color: #BD6CE9;
}
</style>