Shades of Medium Orchid #B76EF0
Tints of Medium Orchid #B76EF0
RGB
CMYK
RGB Variations
Color information
#B76EF0 (or 0xB76EF0) is known color: Medium Orchid. HEX triplet: B7, 6E and F0. RGB value is (183,110,240). Sum of RGB (Red+Green+Blue) = 183+110+240=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #B76EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76EF0 is #48910F. Grayscale: #929292. Windows color (decimal): -4755728 or 15756983. OLE color: 15756983.
HSL color Cylindrical-coordinate representation of color #B76EF0: hue angle of 273.69º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76EF0 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 110 | 240 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.06 |
| HSL | 273.69º | 0.81% | 0.69% | - |
| HSV(B) | 273.69º | 0.54% | 0.94% | - |
| XYZ | 40.83 | 27.51 | 85.6 | - |
| YUV | 146.65 | 180.68 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 240 | 0.24 | 0.54 | 0 | 0.06 | 273.69 | 0.81 | 0.69 |
| Hex | B7 | 6E | F0 | 18 | 36 | 0 | 6 | 112 | 51 | 45 |
| Octal | 267 | 156 | 360 | 30 | 66 | 0 | 6 | 422 | 121 | 105 |
| Binary | 10110111 | 1101110 | 11110000 | 11000 | 110110 | 0 | 110 | 100010010 | 1010001 | 1000101 |
Color Harmonies of #B76EF0
Complementary color
Monochromatic Colors of #B76EF0
Black with #B76EF0
Text Example
Text Example
White with #B76EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EF0; }
p { color: rgb(183,110,240); }
H1.HeaderClassName
{
color: #B76EF0;
}
.AnyTagClassName
{
color: #B76EF0;
}
</style>
background-color css
<style>
a { background-color: #B76EF0; }
a { background-color: rgb(183,110,240); }
div.DivClassName
{
background-color: #B76EF0;
}
.BgClassName
{
background-color: #B76EF0;
}
</style>
border-color css
<style>
span { border-color: #B76EF0; }
span { border-color: rgb(183,110,240); }
td.TdClassName
{
border-color: #B76EF0;
}
.TagClassName
{
border-color: #B76EF0;
}
</style>