Shades of Medium Orchid #B36EDA
Tints of Medium Orchid #B36EDA
RGB
CMYK
RGB Variations
Color information
#B36EDA (or 0xB36EDA) is known color: Medium Orchid. HEX triplet: B3, 6E and DA. RGB value is (179,110,218). Sum of RGB (Red+Green+Blue) = 179+110+218=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #B36EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36EDA is #4C9125. Grayscale: #8E8E8E. Windows color (decimal): -5017894 or 14315187. OLE color: 14315187.
HSL color Cylindrical-coordinate representation of color #B36EDA: hue angle of 278.33º 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 #B36EDA is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 110 | 218 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.15 |
| HSL | 278.33º | 0.59% | 0.64% | - |
| HSV(B) | 278.33º | 0.5% | 0.85% | - |
| XYZ | 36.82 | 25.8 | 69.37 | - |
| YUV | 142.94 | 170.36 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 218 | 0.18 | 0.50 | 0 | 0.15 | 278.33 | 0.59 | 0.64 |
| Hex | B3 | 6E | DA | 12 | 32 | 0 | F | 116 | 3B | 40 |
| Octal | 263 | 156 | 332 | 22 | 62 | 0 | 17 | 426 | 73 | 100 |
| Binary | 10110011 | 1101110 | 11011010 | 10010 | 110010 | 0 | 1111 | 100010110 | 111011 | 1000000 |
Color Harmonies of #B36EDA
Complementary color
Monochromatic Colors of #B36EDA
Black with #B36EDA
Text Example
Text Example
White with #B36EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36EDA; }
p { color: rgb(179,110,218); }
H1.HeaderClassName
{
color: #B36EDA;
}
.AnyTagClassName
{
color: #B36EDA;
}
</style>
background-color css
<style>
a { background-color: #B36EDA; }
a { background-color: rgb(179,110,218); }
div.DivClassName
{
background-color: #B36EDA;
}
.BgClassName
{
background-color: #B36EDA;
}
</style>
border-color css
<style>
span { border-color: #B36EDA; }
span { border-color: rgb(179,110,218); }
td.TdClassName
{
border-color: #B36EDA;
}
.TagClassName
{
border-color: #B36EDA;
}
</style>