Shades of Medium Orchid #B166F2
Tints of Medium Orchid #B166F2
RGB
CMYK
RGB Variations
Color information
#B166F2 (or 0xB166F2) is known color: Medium Orchid. HEX triplet: B1, 66 and F2. RGB value is (177,102,242). Sum of RGB (Red+Green+Blue) = 177+102+242=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #B166F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B166F2 is #4E990D. Grayscale: #8B8B8B. Windows color (decimal): -5150990 or 15886001. OLE color: 15886001.
HSL color Cylindrical-coordinate representation of color #B166F2: hue angle of 272.14º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B166F2 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 102 | 242 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.05 |
| HSL | 272.14º | 0.84% | 0.67% | - |
| HSV(B) | 272.14º | 0.58% | 0.95% | - |
| XYZ | 38.91 | 25.26 | 86.83 | - |
| YUV | 140.39 | 185.35 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 242 | 0.27 | 0.58 | 0 | 0.05 | 272.14 | 0.84 | 0.67 |
| Hex | B1 | 66 | F2 | 1B | 3A | 0 | 5 | 110 | 54 | 43 |
| Octal | 261 | 146 | 362 | 33 | 72 | 0 | 5 | 420 | 124 | 103 |
| Binary | 10110001 | 1100110 | 11110010 | 11011 | 111010 | 0 | 101 | 100010000 | 1010100 | 1000011 |
Color Harmonies of #B166F2
Complementary color
Monochromatic Colors of #B166F2
Black with #B166F2
Text Example
Text Example
White with #B166F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B166F2; }
p { color: rgb(177,102,242); }
H1.HeaderClassName
{
color: #B166F2;
}
.AnyTagClassName
{
color: #B166F2;
}
</style>
background-color css
<style>
a { background-color: #B166F2; }
a { background-color: rgb(177,102,242); }
div.DivClassName
{
background-color: #B166F2;
}
.BgClassName
{
background-color: #B166F2;
}
</style>
border-color css
<style>
span { border-color: #B166F2; }
span { border-color: rgb(177,102,242); }
td.TdClassName
{
border-color: #B166F2;
}
.TagClassName
{
border-color: #B166F2;
}
</style>