Shades of Medium Orchid #B166C9
Tints of Medium Orchid #B166C9
RGB
CMYK
RGB Variations
Color information
#B166C9 (or 0xB166C9) is known color: Medium Orchid. HEX triplet: B1, 66 and C9. RGB value is (177,102,201). Sum of RGB (Red+Green+Blue) = 177+102+201=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #B166C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166C9 is #4E9936. Grayscale: #878787. Windows color (decimal): -5151031 or 13199025. OLE color: 13199025.
HSL color Cylindrical-coordinate representation of color #B166C9: hue angle of 285.45º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B166C9 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 102 | 201 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.21 |
| HSL | 285.45º | 0.48% | 0.59% | - |
| HSV(B) | 285.45º | 0.49% | 0.79% | - |
| XYZ | 33.43 | 23.07 | 57.95 | - |
| YUV | 135.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 201 | 0.12 | 0.49 | 0 | 0.21 | 285.45 | 0.48 | 0.59 |
| Hex | B1 | 66 | C9 | C | 31 | 0 | 15 | 11D | 30 | 3B |
| Octal | 261 | 146 | 311 | 14 | 61 | 0 | 25 | 435 | 60 | 73 |
| Binary | 10110001 | 1100110 | 11001001 | 1100 | 110001 | 0 | 10101 | 100011101 | 110000 | 111011 |
Color Harmonies of #B166C9
Complementary color
Monochromatic Colors of #B166C9
Black with #B166C9
Text Example
Text Example
White with #B166C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B166C9; }
p { color: rgb(177,102,201); }
H1.HeaderClassName
{
color: #B166C9;
}
.AnyTagClassName
{
color: #B166C9;
}
</style>
background-color css
<style>
a { background-color: #B166C9; }
a { background-color: rgb(177,102,201); }
div.DivClassName
{
background-color: #B166C9;
}
.BgClassName
{
background-color: #B166C9;
}
</style>
border-color css
<style>
span { border-color: #B166C9; }
span { border-color: rgb(177,102,201); }
td.TdClassName
{
border-color: #B166C9;
}
.TagClassName
{
border-color: #B166C9;
}
</style>