Shades of Medium Orchid #B168D9
Tints of Medium Orchid #B168D9
RGB
CMYK
RGB Variations
Color information
#B168D9 (or 0xB168D9) is known color: Medium Orchid. HEX triplet: B1, 68 and D9. RGB value is (177,104,217). Sum of RGB (Red+Green+Blue) = 177+104+217=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #B168D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168D9 is #4E9726. Grayscale: #8A8A8A. Windows color (decimal): -5150503 or 14248113. OLE color: 14248113.
HSL color Cylindrical-coordinate representation of color #B168D9: hue angle of 278.76º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B168D9 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 104 | 217 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.15 |
| HSL | 278.76º | 0.6% | 0.63% | - |
| HSV(B) | 278.76º | 0.52% | 0.85% | - |
| XYZ | 35.61 | 24.26 | 68.45 | - |
| YUV | 138.71 | 172.18 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 217 | 0.18 | 0.52 | 0 | 0.15 | 278.76 | 0.6 | 0.63 |
| Hex | B1 | 68 | D9 | 12 | 34 | 0 | F | 117 | 3C | 3F |
| Octal | 261 | 150 | 331 | 22 | 64 | 0 | 17 | 427 | 74 | 77 |
| Binary | 10110001 | 1101000 | 11011001 | 10010 | 110100 | 0 | 1111 | 100010111 | 111100 | 111111 |
Color Harmonies of #B168D9
Complementary color
Monochromatic Colors of #B168D9
Black with #B168D9
Text Example
Text Example
White with #B168D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B168D9; }
p { color: rgb(177,104,217); }
H1.HeaderClassName
{
color: #B168D9;
}
.AnyTagClassName
{
color: #B168D9;
}
</style>
background-color css
<style>
a { background-color: #B168D9; }
a { background-color: rgb(177,104,217); }
div.DivClassName
{
background-color: #B168D9;
}
.BgClassName
{
background-color: #B168D9;
}
</style>
border-color css
<style>
span { border-color: #B168D9; }
span { border-color: rgb(177,104,217); }
td.TdClassName
{
border-color: #B168D9;
}
.TagClassName
{
border-color: #B168D9;
}
</style>