Shades of Medium Orchid #B164DF
Tints of Medium Orchid #B164DF
RGB
CMYK
RGB Variations
Color information
#B164DF (or 0xB164DF) is known color: Medium Orchid. HEX triplet: B1, 64 and DF. RGB value is (177,100,223). Sum of RGB (Red+Green+Blue) = 177+100+223=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #B164DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B164DF is #4E9B20. Grayscale: #888888. Windows color (decimal): -5151521 or 14640305. OLE color: 14640305.
HSL color Cylindrical-coordinate representation of color #B164DF: hue angle of 277.56º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B164DF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 100 | 223 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.13 |
| HSL | 277.56º | 0.66% | 0.63% | - |
| HSV(B) | 277.56º | 0.55% | 0.87% | - |
| XYZ | 36.01 | 23.79 | 72.51 | - |
| YUV | 137.05 | 176.51 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 223 | 0.21 | 0.55 | 0 | 0.13 | 277.56 | 0.66 | 0.63 |
| Hex | B1 | 64 | DF | 15 | 37 | 0 | D | 116 | 42 | 3F |
| Octal | 261 | 144 | 337 | 25 | 67 | 0 | 15 | 426 | 102 | 77 |
| Binary | 10110001 | 1100100 | 11011111 | 10101 | 110111 | 0 | 1101 | 100010110 | 1000010 | 111111 |
Color Harmonies of #B164DF
Complementary color
Monochromatic Colors of #B164DF
Black with #B164DF
Text Example
Text Example
White with #B164DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B164DF; }
p { color: rgb(177,100,223); }
H1.HeaderClassName
{
color: #B164DF;
}
.AnyTagClassName
{
color: #B164DF;
}
</style>
background-color css
<style>
a { background-color: #B164DF; }
a { background-color: rgb(177,100,223); }
div.DivClassName
{
background-color: #B164DF;
}
.BgClassName
{
background-color: #B164DF;
}
</style>
border-color css
<style>
span { border-color: #B164DF; }
span { border-color: rgb(177,100,223); }
td.TdClassName
{
border-color: #B164DF;
}
.TagClassName
{
border-color: #B164DF;
}
</style>