Shades of Medium Orchid #B168EC
Tints of Medium Orchid #B168EC
RGB
CMYK
RGB Variations
Color information
#B168EC (or 0xB168EC) is known color: Medium Orchid. HEX triplet: B1, 68 and EC. RGB value is (177,104,236). Sum of RGB (Red+Green+Blue) = 177+104+236=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 104 (41.02% from 255 or 20.12% 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 #B168EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B168EC is #4E9713. Grayscale: #8C8C8C. Windows color (decimal): -5150484 or 15493297. OLE color: 15493297.
HSL color Cylindrical-coordinate representation of color #B168EC: hue angle of 273.18º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B168EC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 104 | 236 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.07 |
| HSL | 273.18º | 0.78% | 0.67% | - |
| HSV(B) | 273.18º | 0.56% | 0.93% | - |
| XYZ | 38.22 | 25.3 | 82.23 | - |
| YUV | 140.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 236 | 0.25 | 0.56 | 0 | 0.07 | 273.18 | 0.78 | 0.67 |
| Hex | B1 | 68 | EC | 19 | 38 | 0 | 7 | 111 | 4E | 43 |
| Octal | 261 | 150 | 354 | 31 | 70 | 0 | 7 | 421 | 116 | 103 |
| Binary | 10110001 | 1101000 | 11101100 | 11001 | 111000 | 0 | 111 | 100010001 | 1001110 | 1000011 |
Color Harmonies of #B168EC
Complementary color
Monochromatic Colors of #B168EC
Black with #B168EC
Text Example
Text Example
White with #B168EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B168EC; }
p { color: rgb(177,104,236); }
H1.HeaderClassName
{
color: #B168EC;
}
.AnyTagClassName
{
color: #B168EC;
}
</style>
background-color css
<style>
a { background-color: #B168EC; }
a { background-color: rgb(177,104,236); }
div.DivClassName
{
background-color: #B168EC;
}
.BgClassName
{
background-color: #B168EC;
}
</style>
border-color css
<style>
span { border-color: #B168EC; }
span { border-color: rgb(177,104,236); }
td.TdClassName
{
border-color: #B168EC;
}
.TagClassName
{
border-color: #B168EC;
}
</style>