Shades of Medium Orchid #B46EC6
Tints of Medium Orchid #B46EC6
RGB
CMYK
RGB Variations
Color information
#B46EC6 (or 0xB46EC6) is known color: Medium Orchid. HEX triplet: B4, 6E and C6. RGB value is (180,110,198). Sum of RGB (Red+Green+Blue) = 180+110+198=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #B46EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46EC6 is #4B9139. Grayscale: #8C8C8C. Windows color (decimal): -4952378 or 13004468. OLE color: 13004468.
HSL color Cylindrical-coordinate representation of color #B46EC6: hue angle of 287.73º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46EC6 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 110 | 198 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.22 |
| HSL | 287.73º | 0.44% | 0.6% | - |
| HSV(B) | 287.73º | 0.44% | 0.78% | - |
| XYZ | 34.59 | 24.93 | 56.42 | - |
| YUV | 140.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 198 | 0.09 | 0.44 | 0 | 0.22 | 287.73 | 0.44 | 0.6 |
| Hex | B4 | 6E | C6 | 9 | 2C | 0 | 16 | 120 | 2C | 3C |
| Octal | 264 | 156 | 306 | 11 | 54 | 0 | 26 | 440 | 54 | 74 |
| Binary | 10110100 | 1101110 | 11000110 | 1001 | 101100 | 0 | 10110 | 100100000 | 101100 | 111100 |
Color Harmonies of #B46EC6
Complementary color
Monochromatic Colors of #B46EC6
Black with #B46EC6
Text Example
Text Example
White with #B46EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46EC6; }
p { color: rgb(180,110,198); }
H1.HeaderClassName
{
color: #B46EC6;
}
.AnyTagClassName
{
color: #B46EC6;
}
</style>
background-color css
<style>
a { background-color: #B46EC6; }
a { background-color: rgb(180,110,198); }
div.DivClassName
{
background-color: #B46EC6;
}
.BgClassName
{
background-color: #B46EC6;
}
</style>
border-color css
<style>
span { border-color: #B46EC6; }
span { border-color: rgb(180,110,198); }
td.TdClassName
{
border-color: #B46EC6;
}
.TagClassName
{
border-color: #B46EC6;
}
</style>