Shades of Medium Orchid #B36ED0
Tints of Medium Orchid #B36ED0
RGB
CMYK
RGB Variations
Color information
#B36ED0 (or 0xB36ED0) is known color: Medium Orchid. HEX triplet: B3, 6E and D0. RGB value is (179,110,208). Sum of RGB (Red+Green+Blue) = 179+110+208=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #B36ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ED0 is #4C912F. Grayscale: #8D8D8D. Windows color (decimal): -5017904 or 13659827. OLE color: 13659827.
HSL color Cylindrical-coordinate representation of color #B36ED0: hue angle of 282.24º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B36ED0 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 110 | 208 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.18 |
| HSL | 282.24º | 0.51% | 0.62% | - |
| HSV(B) | 282.24º | 0.47% | 0.82% | - |
| XYZ | 35.55 | 25.29 | 62.68 | - |
| YUV | 141.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 208 | 0.14 | 0.47 | 0 | 0.18 | 282.24 | 0.51 | 0.62 |
| Hex | B3 | 6E | D0 | E | 2F | 0 | 12 | 11A | 33 | 3E |
| Octal | 263 | 156 | 320 | 16 | 57 | 0 | 22 | 432 | 63 | 76 |
| Binary | 10110011 | 1101110 | 11010000 | 1110 | 101111 | 0 | 10010 | 100011010 | 110011 | 111110 |
Color Harmonies of #B36ED0
Complementary color
Monochromatic Colors of #B36ED0
Black with #B36ED0
Text Example
Text Example
White with #B36ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36ED0; }
p { color: rgb(179,110,208); }
H1.HeaderClassName
{
color: #B36ED0;
}
.AnyTagClassName
{
color: #B36ED0;
}
</style>
background-color css
<style>
a { background-color: #B36ED0; }
a { background-color: rgb(179,110,208); }
div.DivClassName
{
background-color: #B36ED0;
}
.BgClassName
{
background-color: #B36ED0;
}
</style>
border-color css
<style>
span { border-color: #B36ED0; }
span { border-color: rgb(179,110,208); }
td.TdClassName
{
border-color: #B36ED0;
}
.TagClassName
{
border-color: #B36ED0;
}
</style>