Shades of Medium Orchid #B46EDF
Tints of Medium Orchid #B46EDF
RGB
CMYK
RGB Variations
Color information
#B46EDF (or 0xB46EDF) is known color: Medium Orchid. HEX triplet: B4, 6E and DF. RGB value is (180,110,223). Sum of RGB (Red+Green+Blue) = 180+110+223=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #B46EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46EDF is #4B9120. Grayscale: #8F8F8F. Windows color (decimal): -4952353 or 14642868. OLE color: 14642868.
HSL color Cylindrical-coordinate representation of color #B46EDF: hue angle of 277.17º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B46EDF is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 110 | 223 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.13 |
| HSL | 277.17º | 0.64% | 0.65% | - |
| HSV(B) | 277.17º | 0.51% | 0.87% | - |
| XYZ | 37.72 | 26.18 | 72.88 | - |
| YUV | 143.81 | 172.69 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 223 | 0.19 | 0.51 | 0 | 0.13 | 277.17 | 0.64 | 0.65 |
| Hex | B4 | 6E | DF | 13 | 33 | 0 | D | 115 | 40 | 41 |
| Octal | 264 | 156 | 337 | 23 | 63 | 0 | 15 | 425 | 100 | 101 |
| Binary | 10110100 | 1101110 | 11011111 | 10011 | 110011 | 0 | 1101 | 100010101 | 1000000 | 1000001 |
Color Harmonies of #B46EDF
Complementary color
Monochromatic Colors of #B46EDF
Black with #B46EDF
Text Example
Text Example
White with #B46EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46EDF; }
p { color: rgb(180,110,223); }
H1.HeaderClassName
{
color: #B46EDF;
}
.AnyTagClassName
{
color: #B46EDF;
}
</style>
background-color css
<style>
a { background-color: #B46EDF; }
a { background-color: rgb(180,110,223); }
div.DivClassName
{
background-color: #B46EDF;
}
.BgClassName
{
background-color: #B46EDF;
}
</style>
border-color css
<style>
span { border-color: #B46EDF; }
span { border-color: rgb(180,110,223); }
td.TdClassName
{
border-color: #B46EDF;
}
.TagClassName
{
border-color: #B46EDF;
}
</style>