Shades of Medium Orchid #B36ECF
Tints of Medium Orchid #B36ECF
RGB
CMYK
RGB Variations
Color information
#B36ECF (or 0xB36ECF) is known color: Medium Orchid. HEX triplet: B3, 6E and CF. RGB value is (179,110,207). Sum of RGB (Red+Green+Blue) = 179+110+207=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #B36ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ECF is #4C9130. Grayscale: #8D8D8D. Windows color (decimal): -5017905 or 13594291. OLE color: 13594291.
HSL color Cylindrical-coordinate representation of color #B36ECF: hue angle of 282.68º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B36ECF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 110 | 207 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.19 |
| HSL | 282.68º | 0.5% | 0.62% | - |
| HSV(B) | 282.68º | 0.47% | 0.81% | - |
| XYZ | 35.43 | 25.24 | 62.04 | - |
| YUV | 141.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 207 | 0.14 | 0.47 | 0 | 0.19 | 282.68 | 0.5 | 0.62 |
| Hex | B3 | 6E | CF | E | 2F | 0 | 13 | 11B | 32 | 3E |
| Octal | 263 | 156 | 317 | 16 | 57 | 0 | 23 | 433 | 62 | 76 |
| Binary | 10110011 | 1101110 | 11001111 | 1110 | 101111 | 0 | 10011 | 100011011 | 110010 | 111110 |
Color Harmonies of #B36ECF
Complementary color
Monochromatic Colors of #B36ECF
Black with #B36ECF
Text Example
Text Example
White with #B36ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36ECF; }
p { color: rgb(179,110,207); }
H1.HeaderClassName
{
color: #B36ECF;
}
.AnyTagClassName
{
color: #B36ECF;
}
</style>
background-color css
<style>
a { background-color: #B36ECF; }
a { background-color: rgb(179,110,207); }
div.DivClassName
{
background-color: #B36ECF;
}
.BgClassName
{
background-color: #B36ECF;
}
</style>
border-color css
<style>
span { border-color: #B36ECF; }
span { border-color: rgb(179,110,207); }
td.TdClassName
{
border-color: #B36ECF;
}
.TagClassName
{
border-color: #B36ECF;
}
</style>