Shades of Medium Orchid #B36ED8
Tints of Medium Orchid #B36ED8
RGB
CMYK
RGB Variations
Color information
#B36ED8 (or 0xB36ED8) is known color: Medium Orchid. HEX triplet: B3, 6E and D8. RGB value is (179,110,216). Sum of RGB (Red+Green+Blue) = 179+110+216=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #B36ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ED8 is #4C9127. Grayscale: #8E8E8E. Windows color (decimal): -5017896 or 14184115. OLE color: 14184115.
HSL color Cylindrical-coordinate representation of color #B36ED8: hue angle of 279.06º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B36ED8 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 110 | 216 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.15 |
| HSL | 279.06º | 0.58% | 0.64% | - |
| HSV(B) | 279.06º | 0.49% | 0.85% | - |
| XYZ | 36.56 | 25.69 | 68 | - |
| YUV | 142.72 | 169.36 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 216 | 0.17 | 0.49 | 0 | 0.15 | 279.06 | 0.58 | 0.64 |
| Hex | B3 | 6E | D8 | 11 | 31 | 0 | F | 117 | 3A | 40 |
| Octal | 263 | 156 | 330 | 21 | 61 | 0 | 17 | 427 | 72 | 100 |
| Binary | 10110011 | 1101110 | 11011000 | 10001 | 110001 | 0 | 1111 | 100010111 | 111010 | 1000000 |
Color Harmonies of #B36ED8
Complementary color
Monochromatic Colors of #B36ED8
Black with #B36ED8
Text Example
Text Example
White with #B36ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36ED8; }
p { color: rgb(179,110,216); }
H1.HeaderClassName
{
color: #B36ED8;
}
.AnyTagClassName
{
color: #B36ED8;
}
</style>
background-color css
<style>
a { background-color: #B36ED8; }
a { background-color: rgb(179,110,216); }
div.DivClassName
{
background-color: #B36ED8;
}
.BgClassName
{
background-color: #B36ED8;
}
</style>
border-color css
<style>
span { border-color: #B36ED8; }
span { border-color: rgb(179,110,216); }
td.TdClassName
{
border-color: #B36ED8;
}
.TagClassName
{
border-color: #B36ED8;
}
</style>