Shades of Medium Orchid #B663EC
Tints of Medium Orchid #B663EC
RGB
CMYK
RGB Variations
Color information
#B663EC (or 0xB663EC) is known color: Medium Orchid. HEX triplet: B6, 63 and EC. RGB value is (182,99,236). Sum of RGB (Red+Green+Blue) = 182+99+236=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #B663EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B663EC is #499C13. Grayscale: #8A8A8A. Windows color (decimal): -4824084 or 15492022. OLE color: 15492022.
HSL color Cylindrical-coordinate representation of color #B663EC: hue angle of 276.35º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B663EC is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 99 | 236 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.07 |
| HSL | 276.35º | 0.78% | 0.66% | - |
| HSV(B) | 276.35º | 0.58% | 0.93% | - |
| XYZ | 38.89 | 24.92 | 82.12 | - |
| YUV | 139.44 | 182.5 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 99 | 236 | 0.23 | 0.58 | 0 | 0.07 | 276.35 | 0.78 | 0.66 |
| Hex | B6 | 63 | EC | 17 | 3A | 0 | 7 | 114 | 4E | 42 |
| Octal | 266 | 143 | 354 | 27 | 72 | 0 | 7 | 424 | 116 | 102 |
| Binary | 10110110 | 1100011 | 11101100 | 10111 | 111010 | 0 | 111 | 100010100 | 1001110 | 1000010 |
Color Harmonies of #B663EC
Complementary color
Monochromatic Colors of #B663EC
Black with #B663EC
Text Example
Text Example
White with #B663EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B663EC; }
p { color: rgb(182,99,236); }
H1.HeaderClassName
{
color: #B663EC;
}
.AnyTagClassName
{
color: #B663EC;
}
</style>
background-color css
<style>
a { background-color: #B663EC; }
a { background-color: rgb(182,99,236); }
div.DivClassName
{
background-color: #B663EC;
}
.BgClassName
{
background-color: #B663EC;
}
</style>
border-color css
<style>
span { border-color: #B663EC; }
span { border-color: rgb(182,99,236); }
td.TdClassName
{
border-color: #B663EC;
}
.TagClassName
{
border-color: #B663EC;
}
</style>