Shades of Medium Orchid #B164DA
Tints of Medium Orchid #B164DA
RGB
CMYK
RGB Variations
Color information
#B164DA (or 0xB164DA) is known color: Medium Orchid. HEX triplet: B1, 64 and DA. RGB value is (177,100,218). Sum of RGB (Red+Green+Blue) = 177+100+218=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #B164DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B164DA is #4E9B25. Grayscale: #888888. Windows color (decimal): -5151526 or 14312625. OLE color: 14312625.
HSL color Cylindrical-coordinate representation of color #B164DA: hue angle of 279.15º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B164DA is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 100 | 218 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.15 |
| HSL | 279.15º | 0.61% | 0.62% | - |
| HSV(B) | 279.15º | 0.54% | 0.85% | - |
| XYZ | 35.34 | 23.52 | 69.01 | - |
| YUV | 136.48 | 174.01 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 218 | 0.19 | 0.54 | 0 | 0.15 | 279.15 | 0.61 | 0.62 |
| Hex | B1 | 64 | DA | 13 | 36 | 0 | F | 117 | 3D | 3E |
| Octal | 261 | 144 | 332 | 23 | 66 | 0 | 17 | 427 | 75 | 76 |
| Binary | 10110001 | 1100100 | 11011010 | 10011 | 110110 | 0 | 1111 | 100010111 | 111101 | 111110 |
Color Harmonies of #B164DA
Complementary color
Monochromatic Colors of #B164DA
Black with #B164DA
Text Example
Text Example
White with #B164DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B164DA; }
p { color: rgb(177,100,218); }
H1.HeaderClassName
{
color: #B164DA;
}
.AnyTagClassName
{
color: #B164DA;
}
</style>
background-color css
<style>
a { background-color: #B164DA; }
a { background-color: rgb(177,100,218); }
div.DivClassName
{
background-color: #B164DA;
}
.BgClassName
{
background-color: #B164DA;
}
</style>
border-color css
<style>
span { border-color: #B164DA; }
span { border-color: rgb(177,100,218); }
td.TdClassName
{
border-color: #B164DA;
}
.TagClassName
{
border-color: #B164DA;
}
</style>