Shades of Medium Orchid #B164CB
Tints of Medium Orchid #B164CB
RGB
CMYK
RGB Variations
Color information
#B164CB (or 0xB164CB) is known color: Medium Orchid. HEX triplet: B1, 64 and CB. RGB value is (177,100,203). Sum of RGB (Red+Green+Blue) = 177+100+203=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #B164CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B164CB is #4E9B34. Grayscale: #868686. Windows color (decimal): -5151541 or 13329585. OLE color: 13329585.
HSL color Cylindrical-coordinate representation of color #B164CB: hue angle of 284.85º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B164CB is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 100 | 203 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.20 |
| HSL | 284.85º | 0.5% | 0.59% | - |
| HSV(B) | 284.85º | 0.51% | 0.8% | - |
| XYZ | 33.47 | 22.77 | 59.13 | - |
| YUV | 134.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 203 | 0.13 | 0.51 | 0 | 0.20 | 284.85 | 0.5 | 0.59 |
| Hex | B1 | 64 | CB | D | 33 | 0 | 14 | 11D | 32 | 3B |
| Octal | 261 | 144 | 313 | 15 | 63 | 0 | 24 | 435 | 62 | 73 |
| Binary | 10110001 | 1100100 | 11001011 | 1101 | 110011 | 0 | 10100 | 100011101 | 110010 | 111011 |
Color Harmonies of #B164CB
Complementary color
Monochromatic Colors of #B164CB
Black with #B164CB
Text Example
Text Example
White with #B164CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B164CB; }
p { color: rgb(177,100,203); }
H1.HeaderClassName
{
color: #B164CB;
}
.AnyTagClassName
{
color: #B164CB;
}
</style>
background-color css
<style>
a { background-color: #B164CB; }
a { background-color: rgb(177,100,203); }
div.DivClassName
{
background-color: #B164CB;
}
.BgClassName
{
background-color: #B164CB;
}
</style>
border-color css
<style>
span { border-color: #B164CB; }
span { border-color: rgb(177,100,203); }
td.TdClassName
{
border-color: #B164CB;
}
.TagClassName
{
border-color: #B164CB;
}
</style>