Shades of Medium Orchid #B766E9
Tints of Medium Orchid #B766E9
RGB
CMYK
RGB Variations
Color information
#B766E9 (or 0xB766E9) is known color: Medium Orchid. HEX triplet: B7, 66 and E9. RGB value is (183,102,233). Sum of RGB (Red+Green+Blue) = 183+102+233=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #B766E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B766E9 is #489916. Grayscale: #8C8C8C. Windows color (decimal): -4757783 or 15296183. OLE color: 15296183.
HSL color Cylindrical-coordinate representation of color #B766E9: hue angle of 277.1º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B766E9 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 102 | 233 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.09 |
| HSL | 277.1º | 0.75% | 0.66% | - |
| HSV(B) | 277.1º | 0.56% | 0.91% | - |
| XYZ | 38.99 | 25.45 | 79.95 | - |
| YUV | 141.15 | 179.84 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 233 | 0.21 | 0.56 | 0 | 0.09 | 277.1 | 0.75 | 0.66 |
| Hex | B7 | 66 | E9 | 15 | 38 | 0 | 9 | 115 | 4B | 42 |
| Octal | 267 | 146 | 351 | 25 | 70 | 0 | 11 | 425 | 113 | 102 |
| Binary | 10110111 | 1100110 | 11101001 | 10101 | 111000 | 0 | 1001 | 100010101 | 1001011 | 1000010 |
Color Harmonies of #B766E9
Complementary color
Monochromatic Colors of #B766E9
Black with #B766E9
Text Example
Text Example
White with #B766E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766E9; }
p { color: rgb(183,102,233); }
H1.HeaderClassName
{
color: #B766E9;
}
.AnyTagClassName
{
color: #B766E9;
}
</style>
background-color css
<style>
a { background-color: #B766E9; }
a { background-color: rgb(183,102,233); }
div.DivClassName
{
background-color: #B766E9;
}
.BgClassName
{
background-color: #B766E9;
}
</style>
border-color css
<style>
span { border-color: #B766E9; }
span { border-color: rgb(183,102,233); }
td.TdClassName
{
border-color: #B766E9;
}
.TagClassName
{
border-color: #B766E9;
}
</style>