Shades of Medium Orchid #B36ECB
Tints of Medium Orchid #B36ECB
RGB
CMYK
RGB Variations
Color information
#B36ECB (or 0xB36ECB) is known color: Medium Orchid. HEX triplet: B3, 6E and CB. RGB value is (179,110,203). Sum of RGB (Red+Green+Blue) = 179+110+203=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #B36ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ECB is #4C9134. Grayscale: #8C8C8C. Windows color (decimal): -5017909 or 13332147. OLE color: 13332147.
HSL color Cylindrical-coordinate representation of color #B36ECB: hue angle of 284.52º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36ECB is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 110 | 203 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.20 |
| HSL | 284.52º | 0.47% | 0.61% | - |
| HSV(B) | 284.52º | 0.46% | 0.8% | - |
| XYZ | 34.95 | 25.05 | 59.49 | - |
| YUV | 141.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 203 | 0.12 | 0.46 | 0 | 0.20 | 284.52 | 0.47 | 0.61 |
| Hex | B3 | 6E | CB | C | 2E | 0 | 14 | 11D | 2F | 3D |
| Octal | 263 | 156 | 313 | 14 | 56 | 0 | 24 | 435 | 57 | 75 |
| Binary | 10110011 | 1101110 | 11001011 | 1100 | 101110 | 0 | 10100 | 100011101 | 101111 | 111101 |
Color Harmonies of #B36ECB
Complementary color
Monochromatic Colors of #B36ECB
Black with #B36ECB
Text Example
Text Example
White with #B36ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36ECB; }
p { color: rgb(179,110,203); }
H1.HeaderClassName
{
color: #B36ECB;
}
.AnyTagClassName
{
color: #B36ECB;
}
</style>
background-color css
<style>
a { background-color: #B36ECB; }
a { background-color: rgb(179,110,203); }
div.DivClassName
{
background-color: #B36ECB;
}
.BgClassName
{
background-color: #B36ECB;
}
</style>
border-color css
<style>
span { border-color: #B36ECB; }
span { border-color: rgb(179,110,203); }
td.TdClassName
{
border-color: #B36ECB;
}
.TagClassName
{
border-color: #B36ECB;
}
</style>