Shades of Medium Orchid #B766E6
Tints of Medium Orchid #B766E6
RGB
CMYK
RGB Variations
Color information
#B766E6 (or 0xB766E6) is known color: Medium Orchid. HEX triplet: B7, 66 and E6. RGB value is (183,102,230). Sum of RGB (Red+Green+Blue) = 183+102+230=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #B766E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B766E6 is #489919. Grayscale: #8C8C8C. Windows color (decimal): -4757786 or 15099575. OLE color: 15099575.
HSL color Cylindrical-coordinate representation of color #B766E6: hue angle of 277.97º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B766E6 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 102 | 230 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.10 |
| HSL | 277.97º | 0.72% | 0.65% | - |
| HSV(B) | 277.97º | 0.56% | 0.9% | - |
| XYZ | 38.56 | 25.28 | 77.71 | - |
| YUV | 140.81 | 178.34 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 230 | 0.20 | 0.56 | 0 | 0.10 | 277.97 | 0.72 | 0.65 |
| Hex | B7 | 66 | E6 | 14 | 38 | 0 | A | 116 | 48 | 41 |
| Octal | 267 | 146 | 346 | 24 | 70 | 0 | 12 | 426 | 110 | 101 |
| Binary | 10110111 | 1100110 | 11100110 | 10100 | 111000 | 0 | 1010 | 100010110 | 1001000 | 1000001 |
Color Harmonies of #B766E6
Complementary color
Monochromatic Colors of #B766E6
Black with #B766E6
Text Example
Text Example
White with #B766E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766E6; }
p { color: rgb(183,102,230); }
H1.HeaderClassName
{
color: #B766E6;
}
.AnyTagClassName
{
color: #B766E6;
}
</style>
background-color css
<style>
a { background-color: #B766E6; }
a { background-color: rgb(183,102,230); }
div.DivClassName
{
background-color: #B766E6;
}
.BgClassName
{
background-color: #B766E6;
}
</style>
border-color css
<style>
span { border-color: #B766E6; }
span { border-color: rgb(183,102,230); }
td.TdClassName
{
border-color: #B766E6;
}
.TagClassName
{
border-color: #B766E6;
}
</style>