Shades of Medium Orchid #B36ED3
Tints of Medium Orchid #B36ED3
RGB
CMYK
RGB Variations
Color information
#B36ED3 (or 0xB36ED3) is known color: Medium Orchid. HEX triplet: B3, 6E and D3. RGB value is (179,110,211). Sum of RGB (Red+Green+Blue) = 179+110+211=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 211 - color contains mainly: blue. Hex color #B36ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ED3 is #4C912C. Grayscale: #8D8D8D. Windows color (decimal): -5017901 or 13856435. OLE color: 13856435.
HSL color Cylindrical-coordinate representation of color #B36ED3: hue angle of 280.99º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B36ED3 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 110 | 211 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.17 |
| HSL | 280.99º | 0.53% | 0.63% | - |
| HSV(B) | 280.99º | 0.48% | 0.83% | - |
| XYZ | 35.92 | 25.44 | 64.64 | - |
| YUV | 142.15 | 166.86 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 211 | 0.15 | 0.48 | 0 | 0.17 | 280.99 | 0.53 | 0.63 |
| Hex | B3 | 6E | D3 | F | 30 | 0 | 11 | 119 | 35 | 3F |
| Octal | 263 | 156 | 323 | 17 | 60 | 0 | 21 | 431 | 65 | 77 |
| Binary | 10110011 | 1101110 | 11010011 | 1111 | 110000 | 0 | 10001 | 100011001 | 110101 | 111111 |
Color Harmonies of #B36ED3
Complementary color
Monochromatic Colors of #B36ED3
Black with #B36ED3
Text Example
Text Example
White with #B36ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36ED3; }
p { color: rgb(179,110,211); }
H1.HeaderClassName
{
color: #B36ED3;
}
.AnyTagClassName
{
color: #B36ED3;
}
</style>
background-color css
<style>
a { background-color: #B36ED3; }
a { background-color: rgb(179,110,211); }
div.DivClassName
{
background-color: #B36ED3;
}
.BgClassName
{
background-color: #B36ED3;
}
</style>
border-color css
<style>
span { border-color: #B36ED3; }
span { border-color: rgb(179,110,211); }
td.TdClassName
{
border-color: #B36ED3;
}
.TagClassName
{
border-color: #B36ED3;
}
</style>