Shades of Medium Orchid #B169E5
Tints of Medium Orchid #B169E5
RGB
CMYK
RGB Variations
Color information
#B169E5 (or 0xB169E5) is known color: Medium Orchid. HEX triplet: B1, 69 and E5. RGB value is (177,105,229). Sum of RGB (Red+Green+Blue) = 177+105+229=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #B169E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B169E5 is #4E961A. Grayscale: #8C8C8C. Windows color (decimal): -5150235 or 15034801. OLE color: 15034801.
HSL color Cylindrical-coordinate representation of color #B169E5: hue angle of 274.84º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B169E5 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 105 | 229 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.10 |
| HSL | 274.84º | 0.7% | 0.65% | - |
| HSV(B) | 274.84º | 0.54% | 0.9% | - |
| XYZ | 37.33 | 25.11 | 77.01 | - |
| YUV | 140.66 | 177.85 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 229 | 0.23 | 0.54 | 0 | 0.10 | 274.84 | 0.7 | 0.65 |
| Hex | B1 | 69 | E5 | 17 | 36 | 0 | A | 113 | 46 | 41 |
| Octal | 261 | 151 | 345 | 27 | 66 | 0 | 12 | 423 | 106 | 101 |
| Binary | 10110001 | 1101001 | 11100101 | 10111 | 110110 | 0 | 1010 | 100010011 | 1000110 | 1000001 |
Color Harmonies of #B169E5
Complementary color
Monochromatic Colors of #B169E5
Black with #B169E5
Text Example
Text Example
White with #B169E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B169E5; }
p { color: rgb(177,105,229); }
H1.HeaderClassName
{
color: #B169E5;
}
.AnyTagClassName
{
color: #B169E5;
}
</style>
background-color css
<style>
a { background-color: #B169E5; }
a { background-color: rgb(177,105,229); }
div.DivClassName
{
background-color: #B169E5;
}
.BgClassName
{
background-color: #B169E5;
}
</style>
border-color css
<style>
span { border-color: #B169E5; }
span { border-color: rgb(177,105,229); }
td.TdClassName
{
border-color: #B169E5;
}
.TagClassName
{
border-color: #B169E5;
}
</style>