Shades of Medium Orchid #B169D1
Tints of Medium Orchid #B169D1
RGB
CMYK
RGB Variations
Color information
#B169D1 (or 0xB169D1) is known color: Medium Orchid. HEX triplet: B1, 69 and D1. RGB value is (177,105,209). Sum of RGB (Red+Green+Blue) = 177+105+209=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #B169D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B169D1 is #4E962E. Grayscale: #8A8A8A. Windows color (decimal): -5150255 or 13724081. OLE color: 13724081.
HSL color Cylindrical-coordinate representation of color #B169D1: hue angle of 281.54º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B169D1 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 105 | 209 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.18 |
| HSL | 281.54º | 0.53% | 0.62% | - |
| HSV(B) | 281.54º | 0.5% | 0.82% | - |
| XYZ | 34.69 | 24.05 | 63.14 | - |
| YUV | 138.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 209 | 0.15 | 0.50 | 0 | 0.18 | 281.54 | 0.53 | 0.62 |
| Hex | B1 | 69 | D1 | F | 32 | 0 | 12 | 11A | 35 | 3E |
| Octal | 261 | 151 | 321 | 17 | 62 | 0 | 22 | 432 | 65 | 76 |
| Binary | 10110001 | 1101001 | 11010001 | 1111 | 110010 | 0 | 10010 | 100011010 | 110101 | 111110 |
Color Harmonies of #B169D1
Complementary color
Monochromatic Colors of #B169D1
Black with #B169D1
Text Example
Text Example
White with #B169D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B169D1; }
p { color: rgb(177,105,209); }
H1.HeaderClassName
{
color: #B169D1;
}
.AnyTagClassName
{
color: #B169D1;
}
</style>
background-color css
<style>
a { background-color: #B169D1; }
a { background-color: rgb(177,105,209); }
div.DivClassName
{
background-color: #B169D1;
}
.BgClassName
{
background-color: #B169D1;
}
</style>
border-color css
<style>
span { border-color: #B169D1; }
span { border-color: rgb(177,105,209); }
td.TdClassName
{
border-color: #B169D1;
}
.TagClassName
{
border-color: #B169D1;
}
</style>