Shades of Medium Orchid #B164DC
Tints of Medium Orchid #B164DC
RGB
CMYK
RGB Variations
Color information
#B164DC (or 0xB164DC) is known color: Medium Orchid. HEX triplet: B1, 64 and DC. RGB value is (177,100,220). Sum of RGB (Red+Green+Blue) = 177+100+220=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #B164DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B164DC is #4E9B23. Grayscale: #888888. Windows color (decimal): -5151524 or 14443697. OLE color: 14443697.
HSL color Cylindrical-coordinate representation of color #B164DC: hue angle of 278.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B164DC is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 100 | 220 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.14 |
| HSL | 278.5º | 0.63% | 0.63% | - |
| HSV(B) | 278.5º | 0.55% | 0.86% | - |
| XYZ | 35.61 | 23.63 | 70.39 | - |
| YUV | 136.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 220 | 0.20 | 0.55 | 0 | 0.14 | 278.5 | 0.63 | 0.63 |
| Hex | B1 | 64 | DC | 14 | 37 | 0 | E | 116 | 3F | 3F |
| Octal | 261 | 144 | 334 | 24 | 67 | 0 | 16 | 426 | 77 | 77 |
| Binary | 10110001 | 1100100 | 11011100 | 10100 | 110111 | 0 | 1110 | 100010110 | 111111 | 111111 |
Color Harmonies of #B164DC
Complementary color
Monochromatic Colors of #B164DC
Black with #B164DC
Text Example
Text Example
White with #B164DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B164DC; }
p { color: rgb(177,100,220); }
H1.HeaderClassName
{
color: #B164DC;
}
.AnyTagClassName
{
color: #B164DC;
}
</style>
background-color css
<style>
a { background-color: #B164DC; }
a { background-color: rgb(177,100,220); }
div.DivClassName
{
background-color: #B164DC;
}
.BgClassName
{
background-color: #B164DC;
}
</style>
border-color css
<style>
span { border-color: #B164DC; }
span { border-color: rgb(177,100,220); }
td.TdClassName
{
border-color: #B164DC;
}
.TagClassName
{
border-color: #B164DC;
}
</style>