Shades of Medium Orchid #B36CE9
Tints of Medium Orchid #B36CE9
RGB
CMYK
RGB Variations
Color information
#B36CE9 (or 0xB36CE9) is known color: Medium Orchid. HEX triplet: B3, 6C and E9. RGB value is (179,108,233). Sum of RGB (Red+Green+Blue) = 179+108+233=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #B36CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36CE9 is #4C9316. Grayscale: #8F8F8F. Windows color (decimal): -5018391 or 15297715. OLE color: 15297715.
HSL color Cylindrical-coordinate representation of color #B36CE9: hue angle of 274.08º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B36CE9 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 108 | 233 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.09 |
| HSL | 274.08º | 0.74% | 0.67% | - |
| HSV(B) | 274.08º | 0.54% | 0.91% | - |
| XYZ | 38.66 | 26.19 | 80.11 | - |
| YUV | 143.48 | 178.52 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 108 | 233 | 0.23 | 0.54 | 0 | 0.09 | 274.08 | 0.74 | 0.67 |
| Hex | B3 | 6C | E9 | 17 | 36 | 0 | 9 | 112 | 4A | 43 |
| Octal | 263 | 154 | 351 | 27 | 66 | 0 | 11 | 422 | 112 | 103 |
| Binary | 10110011 | 1101100 | 11101001 | 10111 | 110110 | 0 | 1001 | 100010010 | 1001010 | 1000011 |
Color Harmonies of #B36CE9
Complementary color
Monochromatic Colors of #B36CE9
Black with #B36CE9
Text Example
Text Example
White with #B36CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36CE9; }
p { color: rgb(179,108,233); }
H1.HeaderClassName
{
color: #B36CE9;
}
.AnyTagClassName
{
color: #B36CE9;
}
</style>
background-color css
<style>
a { background-color: #B36CE9; }
a { background-color: rgb(179,108,233); }
div.DivClassName
{
background-color: #B36CE9;
}
.BgClassName
{
background-color: #B36CE9;
}
</style>
border-color css
<style>
span { border-color: #B36CE9; }
span { border-color: rgb(179,108,233); }
td.TdClassName
{
border-color: #B36CE9;
}
.TagClassName
{
border-color: #B36CE9;
}
</style>