Shades of Medium Orchid #B166EA
Tints of Medium Orchid #B166EA
RGB
CMYK
RGB Variations
Color information
#B166EA (or 0xB166EA) is known color: Medium Orchid. HEX triplet: B1, 66 and EA. RGB value is (177,102,234). Sum of RGB (Red+Green+Blue) = 177+102+234=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #B166EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B166EA is #4E9915. Grayscale: #8B8B8B. Windows color (decimal): -5150998 or 15361713. OLE color: 15361713.
HSL color Cylindrical-coordinate representation of color #B166EA: hue angle of 274.09º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B166EA is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 102 | 234 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.08 |
| HSL | 274.09º | 0.76% | 0.66% | - |
| HSV(B) | 274.09º | 0.56% | 0.92% | - |
| XYZ | 37.73 | 24.79 | 80.64 | - |
| YUV | 139.47 | 181.35 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 234 | 0.24 | 0.56 | 0 | 0.08 | 274.09 | 0.76 | 0.66 |
| Hex | B1 | 66 | EA | 18 | 38 | 0 | 8 | 112 | 4C | 42 |
| Octal | 261 | 146 | 352 | 30 | 70 | 0 | 10 | 422 | 114 | 102 |
| Binary | 10110001 | 1100110 | 11101010 | 11000 | 111000 | 0 | 1000 | 100010010 | 1001100 | 1000010 |
Color Harmonies of #B166EA
Complementary color
Monochromatic Colors of #B166EA
Black with #B166EA
Text Example
Text Example
White with #B166EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B166EA; }
p { color: rgb(177,102,234); }
H1.HeaderClassName
{
color: #B166EA;
}
.AnyTagClassName
{
color: #B166EA;
}
</style>
background-color css
<style>
a { background-color: #B166EA; }
a { background-color: rgb(177,102,234); }
div.DivClassName
{
background-color: #B166EA;
}
.BgClassName
{
background-color: #B166EA;
}
</style>
border-color css
<style>
span { border-color: #B166EA; }
span { border-color: rgb(177,102,234); }
td.TdClassName
{
border-color: #B166EA;
}
.TagClassName
{
border-color: #B166EA;
}
</style>