Shades of Medium Orchid #B160DA
Tints of Medium Orchid #B160DA
RGB
CMYK
RGB Variations
Color information
#B160DA (or 0xB160DA) is known color: Medium Orchid. HEX triplet: B1, 60 and DA. RGB value is (177,96,218). Sum of RGB (Red+Green+Blue) = 177+96+218=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #B160DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160DA is #4E9F25. Grayscale: #858585. Windows color (decimal): -5152550 or 14311601. OLE color: 14311601.
HSL color Cylindrical-coordinate representation of color #B160DA: hue angle of 279.84º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B160DA is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 96 | 218 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.15 |
| HSL | 279.84º | 0.62% | 0.62% | - |
| HSV(B) | 279.84º | 0.56% | 0.85% | - |
| XYZ | 34.97 | 22.77 | 68.88 | - |
| YUV | 134.13 | 175.34 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 218 | 0.19 | 0.56 | 0 | 0.15 | 279.84 | 0.62 | 0.62 |
| Hex | B1 | 60 | DA | 13 | 38 | 0 | F | 118 | 3E | 3E |
| Octal | 261 | 140 | 332 | 23 | 70 | 0 | 17 | 430 | 76 | 76 |
| Binary | 10110001 | 1100000 | 11011010 | 10011 | 111000 | 0 | 1111 | 100011000 | 111110 | 111110 |
Color Harmonies of #B160DA
Complementary color
Monochromatic Colors of #B160DA
Black with #B160DA
Text Example
Text Example
White with #B160DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B160DA; }
p { color: rgb(177,96,218); }
H1.HeaderClassName
{
color: #B160DA;
}
.AnyTagClassName
{
color: #B160DA;
}
</style>
background-color css
<style>
a { background-color: #B160DA; }
a { background-color: rgb(177,96,218); }
div.DivClassName
{
background-color: #B160DA;
}
.BgClassName
{
background-color: #B160DA;
}
</style>
border-color css
<style>
span { border-color: #B160DA; }
span { border-color: rgb(177,96,218); }
td.TdClassName
{
border-color: #B160DA;
}
.TagClassName
{
border-color: #B160DA;
}
</style>