Shades of Medium Orchid #B166CF
Tints of Medium Orchid #B166CF
RGB
CMYK
RGB Variations
Color information
#B166CF (or 0xB166CF) is known color: Medium Orchid. HEX triplet: B1, 66 and CF. RGB value is (177,102,207). Sum of RGB (Red+Green+Blue) = 177+102+207=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #B166CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166CF is #4E9930. Grayscale: #888888. Windows color (decimal): -5151025 or 13592241. OLE color: 13592241.
HSL color Cylindrical-coordinate representation of color #B166CF: hue angle of 282.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B166CF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 102 | 207 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.19 |
| HSL | 282.86º | 0.52% | 0.61% | - |
| HSV(B) | 282.86º | 0.51% | 0.81% | - |
| XYZ | 34.15 | 23.35 | 61.74 | - |
| YUV | 136.4 | 167.85 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 207 | 0.14 | 0.51 | 0 | 0.19 | 282.86 | 0.52 | 0.61 |
| Hex | B1 | 66 | CF | E | 33 | 0 | 13 | 11B | 34 | 3D |
| Octal | 261 | 146 | 317 | 16 | 63 | 0 | 23 | 433 | 64 | 75 |
| Binary | 10110001 | 1100110 | 11001111 | 1110 | 110011 | 0 | 10011 | 100011011 | 110100 | 111101 |
Color Harmonies of #B166CF
Complementary color
Monochromatic Colors of #B166CF
Black with #B166CF
Text Example
Text Example
White with #B166CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B166CF; }
p { color: rgb(177,102,207); }
H1.HeaderClassName
{
color: #B166CF;
}
.AnyTagClassName
{
color: #B166CF;
}
</style>
background-color css
<style>
a { background-color: #B166CF; }
a { background-color: rgb(177,102,207); }
div.DivClassName
{
background-color: #B166CF;
}
.BgClassName
{
background-color: #B166CF;
}
</style>
border-color css
<style>
span { border-color: #B166CF; }
span { border-color: rgb(177,102,207); }
td.TdClassName
{
border-color: #B166CF;
}
.TagClassName
{
border-color: #B166CF;
}
</style>