Shades of Medium Orchid #B36AE1
Tints of Medium Orchid #B36AE1
RGB
CMYK
RGB Variations
Color information
#B36AE1 (or 0xB36AE1) is known color: Medium Orchid. HEX triplet: B3, 6A and E1. RGB value is (179,106,225). Sum of RGB (Red+Green+Blue) = 179+106+225=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #B36AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36AE1 is #4C951E. Grayscale: #8C8C8C. Windows color (decimal): -5018911 or 14772915. OLE color: 14772915.
HSL color Cylindrical-coordinate representation of color #B36AE1: hue angle of 276.81º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B36AE1 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 106 | 225 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.12 |
| HSL | 276.81º | 0.66% | 0.65% | - |
| HSV(B) | 276.81º | 0.53% | 0.88% | - |
| XYZ | 37.34 | 25.33 | 74.16 | - |
| YUV | 141.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 225 | 0.20 | 0.53 | 0 | 0.12 | 276.81 | 0.66 | 0.65 |
| Hex | B3 | 6A | E1 | 14 | 35 | 0 | C | 115 | 42 | 41 |
| Octal | 263 | 152 | 341 | 24 | 65 | 0 | 14 | 425 | 102 | 101 |
| Binary | 10110011 | 1101010 | 11100001 | 10100 | 110101 | 0 | 1100 | 100010101 | 1000010 | 1000001 |
Color Harmonies of #B36AE1
Complementary color
Monochromatic Colors of #B36AE1
Black with #B36AE1
Text Example
Text Example
White with #B36AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36AE1; }
p { color: rgb(179,106,225); }
H1.HeaderClassName
{
color: #B36AE1;
}
.AnyTagClassName
{
color: #B36AE1;
}
</style>
background-color css
<style>
a { background-color: #B36AE1; }
a { background-color: rgb(179,106,225); }
div.DivClassName
{
background-color: #B36AE1;
}
.BgClassName
{
background-color: #B36AE1;
}
</style>
border-color css
<style>
span { border-color: #B36AE1; }
span { border-color: rgb(179,106,225); }
td.TdClassName
{
border-color: #B36AE1;
}
.TagClassName
{
border-color: #B36AE1;
}
</style>