Shades of Medium Orchid #B36EE4
Tints of Medium Orchid #B36EE4
RGB
CMYK
RGB Variations
Color information
#B36EE4 (or 0xB36EE4) is known color: Medium Orchid. HEX triplet: B3, 6E and E4. RGB value is (179,110,228). Sum of RGB (Red+Green+Blue) = 179+110+228=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #B36EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36EE4 is #4C911B. Grayscale: #8F8F8F. Windows color (decimal): -5017884 or 14970547. OLE color: 14970547.
HSL color Cylindrical-coordinate representation of color #B36EE4: hue angle of 275.08º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B36EE4 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 110 | 228 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.11 |
| HSL | 275.08º | 0.69% | 0.66% | - |
| HSV(B) | 275.08º | 0.52% | 0.89% | - |
| XYZ | 38.17 | 26.34 | 76.47 | - |
| YUV | 144.08 | 175.36 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 228 | 0.21 | 0.52 | 0 | 0.11 | 275.08 | 0.69 | 0.66 |
| Hex | B3 | 6E | E4 | 15 | 34 | 0 | B | 113 | 45 | 42 |
| Octal | 263 | 156 | 344 | 25 | 64 | 0 | 13 | 423 | 105 | 102 |
| Binary | 10110011 | 1101110 | 11100100 | 10101 | 110100 | 0 | 1011 | 100010011 | 1000101 | 1000010 |
Color Harmonies of #B36EE4
Complementary color
Monochromatic Colors of #B36EE4
Black with #B36EE4
Text Example
Text Example
White with #B36EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36EE4; }
p { color: rgb(179,110,228); }
H1.HeaderClassName
{
color: #B36EE4;
}
.AnyTagClassName
{
color: #B36EE4;
}
</style>
background-color css
<style>
a { background-color: #B36EE4; }
a { background-color: rgb(179,110,228); }
div.DivClassName
{
background-color: #B36EE4;
}
.BgClassName
{
background-color: #B36EE4;
}
</style>
border-color css
<style>
span { border-color: #B36EE4; }
span { border-color: rgb(179,110,228); }
td.TdClassName
{
border-color: #B36EE4;
}
.TagClassName
{
border-color: #B36EE4;
}
</style>