Shades of Medium Orchid #B163EC
Tints of Medium Orchid #B163EC
RGB
CMYK
RGB Variations
Color information
#B163EC (or 0xB163EC) is known color: Medium Orchid. HEX triplet: B1, 63 and EC. RGB value is (177,99,236). Sum of RGB (Red+Green+Blue) = 177+99+236=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #B163EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B163EC is #4E9C13. Grayscale: #898989. Windows color (decimal): -5151764 or 15492017. OLE color: 15492017.
HSL color Cylindrical-coordinate representation of color #B163EC: hue angle of 274.16º 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 #B163EC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 99 | 236 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.07 |
| HSL | 274.16º | 0.78% | 0.66% | - |
| HSV(B) | 274.16º | 0.58% | 0.93% | - |
| XYZ | 37.73 | 24.33 | 82.06 | - |
| YUV | 137.94 | 183.34 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 236 | 0.25 | 0.58 | 0 | 0.07 | 274.16 | 0.78 | 0.66 |
| Hex | B1 | 63 | EC | 19 | 3A | 0 | 7 | 112 | 4E | 42 |
| Octal | 261 | 143 | 354 | 31 | 72 | 0 | 7 | 422 | 116 | 102 |
| Binary | 10110001 | 1100011 | 11101100 | 11001 | 111010 | 0 | 111 | 100010010 | 1001110 | 1000010 |
Color Harmonies of #B163EC
Complementary color
Monochromatic Colors of #B163EC
Black with #B163EC
Text Example
Text Example
White with #B163EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B163EC; }
p { color: rgb(177,99,236); }
H1.HeaderClassName
{
color: #B163EC;
}
.AnyTagClassName
{
color: #B163EC;
}
</style>
background-color css
<style>
a { background-color: #B163EC; }
a { background-color: rgb(177,99,236); }
div.DivClassName
{
background-color: #B163EC;
}
.BgClassName
{
background-color: #B163EC;
}
</style>
border-color css
<style>
span { border-color: #B163EC; }
span { border-color: rgb(177,99,236); }
td.TdClassName
{
border-color: #B163EC;
}
.TagClassName
{
border-color: #B163EC;
}
</style>