Shades of Medium Orchid #B766EB
Tints of Medium Orchid #B766EB
RGB
CMYK
RGB Variations
Color information
#B766EB (or 0xB766EB) is known color: Medium Orchid. HEX triplet: B7, 66 and EB. RGB value is (183,102,235). Sum of RGB (Red+Green+Blue) = 183+102+235=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #B766EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B766EB is #489914. Grayscale: #8C8C8C. Windows color (decimal): -4757781 or 15427255. OLE color: 15427255.
HSL color Cylindrical-coordinate representation of color #B766EB: hue angle of 276.54º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B766EB is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 102 | 235 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.08 |
| HSL | 276.54º | 0.77% | 0.66% | - |
| HSV(B) | 276.54º | 0.57% | 0.92% | - |
| XYZ | 39.28 | 25.57 | 81.46 | - |
| YUV | 141.38 | 180.84 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 235 | 0.22 | 0.57 | 0 | 0.08 | 276.54 | 0.77 | 0.66 |
| Hex | B7 | 66 | EB | 16 | 39 | 0 | 8 | 115 | 4D | 42 |
| Octal | 267 | 146 | 353 | 26 | 71 | 0 | 10 | 425 | 115 | 102 |
| Binary | 10110111 | 1100110 | 11101011 | 10110 | 111001 | 0 | 1000 | 100010101 | 1001101 | 1000010 |
Color Harmonies of #B766EB
Complementary color
Monochromatic Colors of #B766EB
Black with #B766EB
Text Example
Text Example
White with #B766EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766EB; }
p { color: rgb(183,102,235); }
H1.HeaderClassName
{
color: #B766EB;
}
.AnyTagClassName
{
color: #B766EB;
}
</style>
background-color css
<style>
a { background-color: #B766EB; }
a { background-color: rgb(183,102,235); }
div.DivClassName
{
background-color: #B766EB;
}
.BgClassName
{
background-color: #B766EB;
}
</style>
border-color css
<style>
span { border-color: #B766EB; }
span { border-color: rgb(183,102,235); }
td.TdClassName
{
border-color: #B766EB;
}
.TagClassName
{
border-color: #B766EB;
}
</style>