Shades of Medium Orchid #B168CE
Tints of Medium Orchid #B168CE
RGB
CMYK
RGB Variations
Color information
#B168CE (or 0xB168CE) is known color: Medium Orchid. HEX triplet: B1, 68 and CE. RGB value is (177,104,206). Sum of RGB (Red+Green+Blue) = 177+104+206=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #B168CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168CE is #4E9731. Grayscale: #898989. Windows color (decimal): -5150514 or 13527217. OLE color: 13527217.
HSL color Cylindrical-coordinate representation of color #B168CE: hue angle of 282.94º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B168CE is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 104 | 206 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.19 |
| HSL | 282.94º | 0.51% | 0.61% | - |
| HSV(B) | 282.94º | 0.5% | 0.81% | - |
| XYZ | 34.22 | 23.7 | 61.16 | - |
| YUV | 137.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 206 | 0.14 | 0.50 | 0 | 0.19 | 282.94 | 0.51 | 0.61 |
| Hex | B1 | 68 | CE | E | 32 | 0 | 13 | 11B | 33 | 3D |
| Octal | 261 | 150 | 316 | 16 | 62 | 0 | 23 | 433 | 63 | 75 |
| Binary | 10110001 | 1101000 | 11001110 | 1110 | 110010 | 0 | 10011 | 100011011 | 110011 | 111101 |
Color Harmonies of #B168CE
Complementary color
Monochromatic Colors of #B168CE
Black with #B168CE
Text Example
Text Example
White with #B168CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B168CE; }
p { color: rgb(177,104,206); }
H1.HeaderClassName
{
color: #B168CE;
}
.AnyTagClassName
{
color: #B168CE;
}
</style>
background-color css
<style>
a { background-color: #B168CE; }
a { background-color: rgb(177,104,206); }
div.DivClassName
{
background-color: #B168CE;
}
.BgClassName
{
background-color: #B168CE;
}
</style>
border-color css
<style>
span { border-color: #B168CE; }
span { border-color: rgb(177,104,206); }
td.TdClassName
{
border-color: #B168CE;
}
.TagClassName
{
border-color: #B168CE;
}
</style>