Shades of Medium Orchid #B46EE5
Tints of Medium Orchid #B46EE5
RGB
CMYK
RGB Variations
Color information
#B46EE5 (or 0xB46EE5) is known color: Medium Orchid. HEX triplet: B4, 6E and E5. RGB value is (180,110,229). Sum of RGB (Red+Green+Blue) = 180+110+229=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #B46EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46EE5 is #4B911A. Grayscale: #909090. Windows color (decimal): -4952347 or 15036084. OLE color: 15036084.
HSL color Cylindrical-coordinate representation of color #B46EE5: hue angle of 275.29º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B46EE5 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 110 | 229 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.10 |
| HSL | 275.29º | 0.7% | 0.66% | - |
| HSV(B) | 275.29º | 0.52% | 0.9% | - |
| XYZ | 38.54 | 26.51 | 77.21 | - |
| YUV | 144.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 229 | 0.21 | 0.52 | 0 | 0.10 | 275.29 | 0.7 | 0.66 |
| Hex | B4 | 6E | E5 | 15 | 34 | 0 | A | 113 | 46 | 42 |
| Octal | 264 | 156 | 345 | 25 | 64 | 0 | 12 | 423 | 106 | 102 |
| Binary | 10110100 | 1101110 | 11100101 | 10101 | 110100 | 0 | 1010 | 100010011 | 1000110 | 1000010 |
Color Harmonies of #B46EE5
Complementary color
Monochromatic Colors of #B46EE5
Black with #B46EE5
Text Example
Text Example
White with #B46EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46EE5; }
p { color: rgb(180,110,229); }
H1.HeaderClassName
{
color: #B46EE5;
}
.AnyTagClassName
{
color: #B46EE5;
}
</style>
background-color css
<style>
a { background-color: #B46EE5; }
a { background-color: rgb(180,110,229); }
div.DivClassName
{
background-color: #B46EE5;
}
.BgClassName
{
background-color: #B46EE5;
}
</style>
border-color css
<style>
span { border-color: #B46EE5; }
span { border-color: rgb(180,110,229); }
td.TdClassName
{
border-color: #B46EE5;
}
.TagClassName
{
border-color: #B46EE5;
}
</style>