Shades of Medium Orchid #B168C9
Tints of Medium Orchid #B168C9
RGB
CMYK
RGB Variations
Color information
#B168C9 (or 0xB168C9) is known color: Medium Orchid. HEX triplet: B1, 68 and C9. RGB value is (177,104,201). Sum of RGB (Red+Green+Blue) = 177+104+201=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #B168C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168C9 is #4E9736. Grayscale: #888888. Windows color (decimal): -5150519 or 13199537. OLE color: 13199537.
HSL color Cylindrical-coordinate representation of color #B168C9: hue angle of 285.15º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B168C9 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 104 | 201 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.21 |
| HSL | 285.15º | 0.47% | 0.6% | - |
| HSV(B) | 285.15º | 0.48% | 0.79% | - |
| XYZ | 33.62 | 23.46 | 58.02 | - |
| YUV | 136.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 201 | 0.12 | 0.48 | 0 | 0.21 | 285.15 | 0.47 | 0.6 |
| Hex | B1 | 68 | C9 | C | 30 | 0 | 15 | 11D | 2F | 3C |
| Octal | 261 | 150 | 311 | 14 | 60 | 0 | 25 | 435 | 57 | 74 |
| Binary | 10110001 | 1101000 | 11001001 | 1100 | 110000 | 0 | 10101 | 100011101 | 101111 | 111100 |
Color Harmonies of #B168C9
Complementary color
Monochromatic Colors of #B168C9
Black with #B168C9
Text Example
Text Example
White with #B168C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B168C9; }
p { color: rgb(177,104,201); }
H1.HeaderClassName
{
color: #B168C9;
}
.AnyTagClassName
{
color: #B168C9;
}
</style>
background-color css
<style>
a { background-color: #B168C9; }
a { background-color: rgb(177,104,201); }
div.DivClassName
{
background-color: #B168C9;
}
.BgClassName
{
background-color: #B168C9;
}
</style>
border-color css
<style>
span { border-color: #B168C9; }
span { border-color: rgb(177,104,201); }
td.TdClassName
{
border-color: #B168C9;
}
.TagClassName
{
border-color: #B168C9;
}
</style>