Shades of Medium Orchid #B646EC
Tints of Medium Orchid #B646EC
RGB
CMYK
RGB Variations
Color information
#B646EC (or 0xB646EC) is known color: Medium Orchid. HEX triplet: B6, 46 and EC. RGB value is (182,70,236). Sum of RGB (Red+Green+Blue) = 182+70+236=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #B646EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B646EC is #49B913. Grayscale: #797979. Windows color (decimal): -4831508 or 15484598. OLE color: 15484598.
HSL color Cylindrical-coordinate representation of color #B646EC: hue angle of 280.48º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B646EC is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 70 | 236 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.07 |
| HSL | 280.48º | 0.81% | 0.6% | - |
| HSV(B) | 280.48º | 0.7% | 0.93% | - |
| XYZ | 36.62 | 20.38 | 81.36 | - |
| YUV | 122.41 | 192.11 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 236 | 0.23 | 0.70 | 0 | 0.07 | 280.48 | 0.81 | 0.6 |
| Hex | B6 | 46 | EC | 17 | 46 | 0 | 7 | 118 | 51 | 3C |
| Octal | 266 | 106 | 354 | 27 | 106 | 0 | 7 | 430 | 121 | 74 |
| Binary | 10110110 | 1000110 | 11101100 | 10111 | 1000110 | 0 | 111 | 100011000 | 1010001 | 111100 |
Color Harmonies of #B646EC
Complementary color
Monochromatic Colors of #B646EC
Black with #B646EC
Text Example
Text Example
White with #B646EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B646EC; }
p { color: rgb(182,70,236); }
H1.HeaderClassName
{
color: #B646EC;
}
.AnyTagClassName
{
color: #B646EC;
}
</style>
background-color css
<style>
a { background-color: #B646EC; }
a { background-color: rgb(182,70,236); }
div.DivClassName
{
background-color: #B646EC;
}
.BgClassName
{
background-color: #B646EC;
}
</style>
border-color css
<style>
span { border-color: #B646EC; }
span { border-color: rgb(182,70,236); }
td.TdClassName
{
border-color: #B646EC;
}
.TagClassName
{
border-color: #B646EC;
}
</style>