Shades of Medium Orchid #B164CE
Tints of Medium Orchid #B164CE
RGB
CMYK
RGB Variations
Color information
#B164CE (or 0xB164CE) is known color: Medium Orchid. HEX triplet: B1, 64 and CE. RGB value is (177,100,206). Sum of RGB (Red+Green+Blue) = 177+100+206=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #B164CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B164CE is #4E9B31. Grayscale: #868686. Windows color (decimal): -5151538 or 13526193. OLE color: 13526193.
HSL color Cylindrical-coordinate representation of color #B164CE: hue angle of 283.58º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B164CE is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 100 | 206 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.19 |
| HSL | 283.58º | 0.52% | 0.6% | - |
| HSV(B) | 283.58º | 0.51% | 0.81% | - |
| XYZ | 33.83 | 22.92 | 61.03 | - |
| YUV | 135.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 206 | 0.14 | 0.51 | 0 | 0.19 | 283.58 | 0.52 | 0.6 |
| Hex | B1 | 64 | CE | E | 33 | 0 | 13 | 11C | 34 | 3C |
| Octal | 261 | 144 | 316 | 16 | 63 | 0 | 23 | 434 | 64 | 74 |
| Binary | 10110001 | 1100100 | 11001110 | 1110 | 110011 | 0 | 10011 | 100011100 | 110100 | 111100 |
Color Harmonies of #B164CE
Complementary color
Monochromatic Colors of #B164CE
Black with #B164CE
Text Example
Text Example
White with #B164CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B164CE; }
p { color: rgb(177,100,206); }
H1.HeaderClassName
{
color: #B164CE;
}
.AnyTagClassName
{
color: #B164CE;
}
</style>
background-color css
<style>
a { background-color: #B164CE; }
a { background-color: rgb(177,100,206); }
div.DivClassName
{
background-color: #B164CE;
}
.BgClassName
{
background-color: #B164CE;
}
</style>
border-color css
<style>
span { border-color: #B164CE; }
span { border-color: rgb(177,100,206); }
td.TdClassName
{
border-color: #B164CE;
}
.TagClassName
{
border-color: #B164CE;
}
</style>