Shades of Medium Orchid #B36CE0
Tints of Medium Orchid #B36CE0
RGB
CMYK
RGB Variations
Color information
#B36CE0 (or 0xB36CE0) is known color: Medium Orchid. HEX triplet: B3, 6C and E0. RGB value is (179,108,224). Sum of RGB (Red+Green+Blue) = 179+108+224=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #B36CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CE0 is #4C931F. Grayscale: #8E8E8E. Windows color (decimal): -5018400 or 14707891. OLE color: 14707891.
HSL color Cylindrical-coordinate representation of color #B36CE0: hue angle of 276.72º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B36CE0 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 108 | 224 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.12 |
| HSL | 276.72º | 0.65% | 0.65% | - |
| HSV(B) | 276.72º | 0.52% | 0.88% | - |
| XYZ | 37.41 | 25.69 | 73.51 | - |
| YUV | 142.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 108 | 224 | 0.20 | 0.52 | 0 | 0.12 | 276.72 | 0.65 | 0.65 |
| Hex | B3 | 6C | E0 | 14 | 34 | 0 | C | 115 | 41 | 41 |
| Octal | 263 | 154 | 340 | 24 | 64 | 0 | 14 | 425 | 101 | 101 |
| Binary | 10110011 | 1101100 | 11100000 | 10100 | 110100 | 0 | 1100 | 100010101 | 1000001 | 1000001 |
Color Harmonies of #B36CE0
Complementary color
Monochromatic Colors of #B36CE0
Black with #B36CE0
Text Example
Text Example
White with #B36CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36CE0; }
p { color: rgb(179,108,224); }
H1.HeaderClassName
{
color: #B36CE0;
}
.AnyTagClassName
{
color: #B36CE0;
}
</style>
background-color css
<style>
a { background-color: #B36CE0; }
a { background-color: rgb(179,108,224); }
div.DivClassName
{
background-color: #B36CE0;
}
.BgClassName
{
background-color: #B36CE0;
}
</style>
border-color css
<style>
span { border-color: #B36CE0; }
span { border-color: rgb(179,108,224); }
td.TdClassName
{
border-color: #B36CE0;
}
.TagClassName
{
border-color: #B36CE0;
}
</style>