Shades of Medium Orchid #B46EE1
Tints of Medium Orchid #B46EE1
RGB
CMYK
RGB Variations
Color information
#B46EE1 (or 0xB46EE1) is known color: Medium Orchid. HEX triplet: B4, 6E and E1. RGB value is (180,110,225). Sum of RGB (Red+Green+Blue) = 180+110+225=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #B46EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46EE1 is #4B911E. Grayscale: #8F8F8F. Windows color (decimal): -4952351 or 14773940. OLE color: 14773940.
HSL color Cylindrical-coordinate representation of color #B46EE1: hue angle of 276.52º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B46EE1 is Cyan = 0.2, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 110 | 225 | - |
| CMYK | 0.2 | 0.51 | 0 | 0.12 |
| HSL | 276.52º | 0.66% | 0.66% | - |
| HSV(B) | 276.52º | 0.51% | 0.88% | - |
| XYZ | 37.99 | 26.29 | 74.31 | - |
| YUV | 144.04 | 173.69 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 225 | 0.2 | 0.51 | 0 | 0.12 | 276.52 | 0.66 | 0.66 |
| Hex | B4 | 6E | E1 | 14 | 33 | 0 | C | 115 | 42 | 42 |
| Octal | 264 | 156 | 341 | 24 | 63 | 0 | 14 | 425 | 102 | 102 |
| Binary | 10110100 | 1101110 | 11100001 | 10100 | 110011 | 0 | 1100 | 100010101 | 1000010 | 1000010 |
Color Harmonies of #B46EE1
Complementary color
Monochromatic Colors of #B46EE1
Black with #B46EE1
Text Example
Text Example
White with #B46EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46EE1; }
p { color: rgb(180,110,225); }
H1.HeaderClassName
{
color: #B46EE1;
}
.AnyTagClassName
{
color: #B46EE1;
}
</style>
background-color css
<style>
a { background-color: #B46EE1; }
a { background-color: rgb(180,110,225); }
div.DivClassName
{
background-color: #B46EE1;
}
.BgClassName
{
background-color: #B46EE1;
}
</style>
border-color css
<style>
span { border-color: #B46EE1; }
span { border-color: rgb(180,110,225); }
td.TdClassName
{
border-color: #B46EE1;
}
.TagClassName
{
border-color: #B46EE1;
}
</style>