Shades of Medium Orchid #B36ECE
Tints of Medium Orchid #B36ECE
RGB
CMYK
RGB Variations
Color information
#B36ECE (or 0xB36ECE) is known color: Medium Orchid. HEX triplet: B3, 6E and CE. RGB value is (179,110,206). Sum of RGB (Red+Green+Blue) = 179+110+206=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #B36ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ECE is #4C9131. Grayscale: #8D8D8D. Windows color (decimal): -5017906 or 13528755. OLE color: 13528755.
HSL color Cylindrical-coordinate representation of color #B36ECE: hue angle of 283.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B36ECE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 110 | 206 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.19 |
| HSL | 283.13º | 0.49% | 0.62% | - |
| HSV(B) | 283.13º | 0.47% | 0.81% | - |
| XYZ | 35.31 | 25.19 | 61.39 | - |
| YUV | 141.58 | 164.36 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 206 | 0.13 | 0.47 | 0 | 0.19 | 283.13 | 0.49 | 0.62 |
| Hex | B3 | 6E | CE | D | 2F | 0 | 13 | 11B | 31 | 3E |
| Octal | 263 | 156 | 316 | 15 | 57 | 0 | 23 | 433 | 61 | 76 |
| Binary | 10110011 | 1101110 | 11001110 | 1101 | 101111 | 0 | 10011 | 100011011 | 110001 | 111110 |
Color Harmonies of #B36ECE
Complementary color
Monochromatic Colors of #B36ECE
Black with #B36ECE
Text Example
Text Example
White with #B36ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36ECE; }
p { color: rgb(179,110,206); }
H1.HeaderClassName
{
color: #B36ECE;
}
.AnyTagClassName
{
color: #B36ECE;
}
</style>
background-color css
<style>
a { background-color: #B36ECE; }
a { background-color: rgb(179,110,206); }
div.DivClassName
{
background-color: #B36ECE;
}
.BgClassName
{
background-color: #B36ECE;
}
</style>
border-color css
<style>
span { border-color: #B36ECE; }
span { border-color: rgb(179,110,206); }
td.TdClassName
{
border-color: #B36ECE;
}
.TagClassName
{
border-color: #B36ECE;
}
</style>