Shades of Medium Orchid #B169C7
Tints of Medium Orchid #B169C7
RGB
CMYK
RGB Variations
Color information
#B169C7 (or 0xB169C7) is known color: Medium Orchid. HEX triplet: B1, 69 and C7. RGB value is (177,105,199). Sum of RGB (Red+Green+Blue) = 177+105+199=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 199 - color contains mainly: blue. Hex color #B169C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B169C7 is #4E9638. Grayscale: #888888. Windows color (decimal): -5150265 or 13068721. OLE color: 13068721.
HSL color Cylindrical-coordinate representation of color #B169C7: hue angle of 285.96º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B169C7 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 105 | 199 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.22 |
| HSL | 285.96º | 0.46% | 0.6% | - |
| HSV(B) | 285.96º | 0.47% | 0.78% | - |
| XYZ | 33.49 | 23.57 | 56.82 | - |
| YUV | 137.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 199 | 0.11 | 0.47 | 0 | 0.22 | 285.96 | 0.46 | 0.6 |
| Hex | B1 | 69 | C7 | B | 2F | 0 | 16 | 11E | 2E | 3C |
| Octal | 261 | 151 | 307 | 13 | 57 | 0 | 26 | 436 | 56 | 74 |
| Binary | 10110001 | 1101001 | 11000111 | 1011 | 101111 | 0 | 10110 | 100011110 | 101110 | 111100 |
Color Harmonies of #B169C7
Complementary color
Monochromatic Colors of #B169C7
Black with #B169C7
Text Example
Text Example
White with #B169C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B169C7; }
p { color: rgb(177,105,199); }
H1.HeaderClassName
{
color: #B169C7;
}
.AnyTagClassName
{
color: #B169C7;
}
</style>
background-color css
<style>
a { background-color: #B169C7; }
a { background-color: rgb(177,105,199); }
div.DivClassName
{
background-color: #B169C7;
}
.BgClassName
{
background-color: #B169C7;
}
</style>
border-color css
<style>
span { border-color: #B169C7; }
span { border-color: rgb(177,105,199); }
td.TdClassName
{
border-color: #B169C7;
}
.TagClassName
{
border-color: #B169C7;
}
</style>