Shades of Medium Orchid #B46EDC
Tints of Medium Orchid #B46EDC
RGB
CMYK
RGB Variations
Color information
#B46EDC (or 0xB46EDC) is known color: Medium Orchid. HEX triplet: B4, 6E and DC. RGB value is (180,110,220). Sum of RGB (Red+Green+Blue) = 180+110+220=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #B46EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46EDC is #4B9123. Grayscale: #8F8F8F. Windows color (decimal): -4952356 or 14446260. OLE color: 14446260.
HSL color Cylindrical-coordinate representation of color #B46EDC: hue angle of 278.18º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B46EDC is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 110 | 220 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.14 |
| HSL | 278.18º | 0.61% | 0.65% | - |
| HSV(B) | 278.18º | 0.5% | 0.86% | - |
| XYZ | 37.32 | 26.02 | 70.77 | - |
| YUV | 143.47 | 171.19 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 220 | 0.18 | 0.50 | 0 | 0.14 | 278.18 | 0.61 | 0.65 |
| Hex | B4 | 6E | DC | 12 | 32 | 0 | E | 116 | 3D | 41 |
| Octal | 264 | 156 | 334 | 22 | 62 | 0 | 16 | 426 | 75 | 101 |
| Binary | 10110100 | 1101110 | 11011100 | 10010 | 110010 | 0 | 1110 | 100010110 | 111101 | 1000001 |
Color Harmonies of #B46EDC
Complementary color
Monochromatic Colors of #B46EDC
Black with #B46EDC
Text Example
Text Example
White with #B46EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46EDC; }
p { color: rgb(180,110,220); }
H1.HeaderClassName
{
color: #B46EDC;
}
.AnyTagClassName
{
color: #B46EDC;
}
</style>
background-color css
<style>
a { background-color: #B46EDC; }
a { background-color: rgb(180,110,220); }
div.DivClassName
{
background-color: #B46EDC;
}
.BgClassName
{
background-color: #B46EDC;
}
</style>
border-color css
<style>
span { border-color: #B46EDC; }
span { border-color: rgb(180,110,220); }
td.TdClassName
{
border-color: #B46EDC;
}
.TagClassName
{
border-color: #B46EDC;
}
</style>