Shades of Medium Orchid #B66EDA
Tints of Medium Orchid #B66EDA
RGB
CMYK
RGB Variations
Color information
#B66EDA (or 0xB66EDA) is known color: Medium Orchid. HEX triplet: B6, 6E and DA. RGB value is (182,110,218). Sum of RGB (Red+Green+Blue) = 182+110+218=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #B66EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EDA is #499125. Grayscale: #8F8F8F. Windows color (decimal): -4821286 or 14315190. OLE color: 14315190.
HSL color Cylindrical-coordinate representation of color #B66EDA: hue angle of 280º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B66EDA is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 110 | 218 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.15 |
| HSL | 280º | 0.59% | 0.64% | - |
| HSV(B) | 280º | 0.5% | 0.85% | - |
| XYZ | 37.52 | 26.16 | 69.4 | - |
| YUV | 143.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 218 | 0.17 | 0.50 | 0 | 0.15 | 280 | 0.59 | 0.64 |
| Hex | B6 | 6E | DA | 11 | 32 | 0 | F | 118 | 3B | 40 |
| Octal | 266 | 156 | 332 | 21 | 62 | 0 | 17 | 430 | 73 | 100 |
| Binary | 10110110 | 1101110 | 11011010 | 10001 | 110010 | 0 | 1111 | 100011000 | 111011 | 1000000 |
Color Harmonies of #B66EDA
Complementary color
Monochromatic Colors of #B66EDA
Black with #B66EDA
Text Example
Text Example
White with #B66EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66EDA; }
p { color: rgb(182,110,218); }
H1.HeaderClassName
{
color: #B66EDA;
}
.AnyTagClassName
{
color: #B66EDA;
}
</style>
background-color css
<style>
a { background-color: #B66EDA; }
a { background-color: rgb(182,110,218); }
div.DivClassName
{
background-color: #B66EDA;
}
.BgClassName
{
background-color: #B66EDA;
}
</style>
border-color css
<style>
span { border-color: #B66EDA; }
span { border-color: rgb(182,110,218); }
td.TdClassName
{
border-color: #B66EDA;
}
.TagClassName
{
border-color: #B66EDA;
}
</style>