Shades of Medium Orchid #B36BE5
Tints of Medium Orchid #B36BE5
RGB
CMYK
RGB Variations
Color information
#B36BE5 (or 0xB36BE5) is known color: Medium Orchid. HEX triplet: B3, 6B and E5. RGB value is (179,107,229). Sum of RGB (Red+Green+Blue) = 179+107+229=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #B36BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BE5 is #4C941A. Grayscale: #8E8E8E. Windows color (decimal): -5018651 or 15035315. OLE color: 15035315.
HSL color Cylindrical-coordinate representation of color #B36BE5: hue angle of 275.41º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B36BE5 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 107 | 229 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.10 |
| HSL | 275.41º | 0.7% | 0.66% | - |
| HSV(B) | 275.41º | 0.53% | 0.9% | - |
| XYZ | 37.99 | 25.76 | 77.1 | - |
| YUV | 142.44 | 176.85 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 107 | 229 | 0.22 | 0.53 | 0 | 0.10 | 275.41 | 0.7 | 0.66 |
| Hex | B3 | 6B | E5 | 16 | 35 | 0 | A | 113 | 46 | 42 |
| Octal | 263 | 153 | 345 | 26 | 65 | 0 | 12 | 423 | 106 | 102 |
| Binary | 10110011 | 1101011 | 11100101 | 10110 | 110101 | 0 | 1010 | 100010011 | 1000110 | 1000010 |
Color Harmonies of #B36BE5
Complementary color
Monochromatic Colors of #B36BE5
Black with #B36BE5
Text Example
Text Example
White with #B36BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36BE5; }
p { color: rgb(179,107,229); }
H1.HeaderClassName
{
color: #B36BE5;
}
.AnyTagClassName
{
color: #B36BE5;
}
</style>
background-color css
<style>
a { background-color: #B36BE5; }
a { background-color: rgb(179,107,229); }
div.DivClassName
{
background-color: #B36BE5;
}
.BgClassName
{
background-color: #B36BE5;
}
</style>
border-color css
<style>
span { border-color: #B36BE5; }
span { border-color: rgb(179,107,229); }
td.TdClassName
{
border-color: #B36BE5;
}
.TagClassName
{
border-color: #B36BE5;
}
</style>