Shades of Medium Orchid #B169E7
Tints of Medium Orchid #B169E7
RGB
CMYK
RGB Variations
Color information
#B169E7 (or 0xB169E7) is known color: Medium Orchid. HEX triplet: B1, 69 and E7. RGB value is (177,105,231). Sum of RGB (Red+Green+Blue) = 177+105+231=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #B169E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B169E7 is #4E9618. Grayscale: #8C8C8C. Windows color (decimal): -5150233 or 15165873. OLE color: 15165873.
HSL color Cylindrical-coordinate representation of color #B169E7: hue angle of 274.29º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B169E7 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 105 | 231 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.09 |
| HSL | 274.29º | 0.72% | 0.66% | - |
| HSV(B) | 274.29º | 0.55% | 0.91% | - |
| XYZ | 37.61 | 25.22 | 78.49 | - |
| YUV | 140.89 | 178.85 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 231 | 0.23 | 0.55 | 0 | 0.09 | 274.29 | 0.72 | 0.66 |
| Hex | B1 | 69 | E7 | 17 | 37 | 0 | 9 | 112 | 48 | 42 |
| Octal | 261 | 151 | 347 | 27 | 67 | 0 | 11 | 422 | 110 | 102 |
| Binary | 10110001 | 1101001 | 11100111 | 10111 | 110111 | 0 | 1001 | 100010010 | 1001000 | 1000010 |
Color Harmonies of #B169E7
Complementary color
Monochromatic Colors of #B169E7
Black with #B169E7
Text Example
Text Example
White with #B169E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B169E7; }
p { color: rgb(177,105,231); }
H1.HeaderClassName
{
color: #B169E7;
}
.AnyTagClassName
{
color: #B169E7;
}
</style>
background-color css
<style>
a { background-color: #B169E7; }
a { background-color: rgb(177,105,231); }
div.DivClassName
{
background-color: #B169E7;
}
.BgClassName
{
background-color: #B169E7;
}
</style>
border-color css
<style>
span { border-color: #B169E7; }
span { border-color: rgb(177,105,231); }
td.TdClassName
{
border-color: #B169E7;
}
.TagClassName
{
border-color: #B169E7;
}
</style>