Shades of Medium Orchid #BD6EC8
Tints of Medium Orchid #BD6EC8
RGB
CMYK
RGB Variations
Color information
#BD6EC8 (or 0xBD6EC8) is known color: Medium Orchid. HEX triplet: BD, 6E and C8. RGB value is (189,110,200). Sum of RGB (Red+Green+Blue) = 189+110+200=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD6EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EC8 is #429137. Grayscale: #8F8F8F. Windows color (decimal): -4362552 or 13135549. OLE color: 13135549.
HSL color Cylindrical-coordinate representation of color #BD6EC8: hue angle of 292.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD6EC8 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 110 | 200 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.22 |
| HSL | 292.67º | 0.45% | 0.61% | - |
| HSV(B) | 292.67º | 0.45% | 0.78% | - |
| XYZ | 36.99 | 26.14 | 57.74 | - |
| YUV | 143.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 200 | 0.06 | 0.45 | 0 | 0.22 | 292.67 | 0.45 | 0.61 |
| Hex | BD | 6E | C8 | 6 | 2D | 0 | 16 | 125 | 2D | 3D |
| Octal | 275 | 156 | 310 | 6 | 55 | 0 | 26 | 445 | 55 | 75 |
| Binary | 10111101 | 1101110 | 11001000 | 110 | 101101 | 0 | 10110 | 100100101 | 101101 | 111101 |
Color Harmonies of #BD6EC8
Complementary color
Monochromatic Colors of #BD6EC8
Black with #BD6EC8
Text Example
Text Example
White with #BD6EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6EC8; }
p { color: rgb(189,110,200); }
H1.HeaderClassName
{
color: #BD6EC8;
}
.AnyTagClassName
{
color: #BD6EC8;
}
</style>
background-color css
<style>
a { background-color: #BD6EC8; }
a { background-color: rgb(189,110,200); }
div.DivClassName
{
background-color: #BD6EC8;
}
.BgClassName
{
background-color: #BD6EC8;
}
</style>
border-color css
<style>
span { border-color: #BD6EC8; }
span { border-color: rgb(189,110,200); }
td.TdClassName
{
border-color: #BD6EC8;
}
.TagClassName
{
border-color: #BD6EC8;
}
</style>