Shades of Medium Orchid #B169C0
Tints of Medium Orchid #B169C0
RGB
CMYK
RGB Variations
Color information
#B169C0 (or 0xB169C0) is known color: Medium Orchid. HEX triplet: B1, 69 and C0. RGB value is (177,105,192). Sum of RGB (Red+Green+Blue) = 177+105+192=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #B169C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B169C0 is #4E963F. Grayscale: #888888. Windows color (decimal): -5150272 or 12609969. OLE color: 12609969.
HSL color Cylindrical-coordinate representation of color #B169C0: hue angle of 289.66º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B169C0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 105 | 192 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.25 |
| HSL | 289.66º | 0.41% | 0.58% | - |
| HSV(B) | 289.66º | 0.45% | 0.75% | - |
| XYZ | 32.7 | 23.26 | 52.63 | - |
| YUV | 136.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 192 | 0.08 | 0.45 | 0 | 0.25 | 289.66 | 0.41 | 0.58 |
| Hex | B1 | 69 | C0 | 8 | 2D | 0 | 19 | 122 | 29 | 3A |
| Octal | 261 | 151 | 300 | 10 | 55 | 0 | 31 | 442 | 51 | 72 |
| Binary | 10110001 | 1101001 | 11000000 | 1000 | 101101 | 0 | 11001 | 100100010 | 101001 | 111010 |
Color Harmonies of #B169C0
Complementary color
Monochromatic Colors of #B169C0
Black with #B169C0
Text Example
Text Example
White with #B169C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B169C0; }
p { color: rgb(177,105,192); }
H1.HeaderClassName
{
color: #B169C0;
}
.AnyTagClassName
{
color: #B169C0;
}
</style>
background-color css
<style>
a { background-color: #B169C0; }
a { background-color: rgb(177,105,192); }
div.DivClassName
{
background-color: #B169C0;
}
.BgClassName
{
background-color: #B169C0;
}
</style>
border-color css
<style>
span { border-color: #B169C0; }
span { border-color: rgb(177,105,192); }
td.TdClassName
{
border-color: #B169C0;
}
.TagClassName
{
border-color: #B169C0;
}
</style>