Shades of Medium Orchid #B76FEE
Tints of Medium Orchid #B76FEE
RGB
CMYK
RGB Variations
Color information
#B76FEE (or 0xB76FEE) is known color: Medium Orchid. HEX triplet: B7, 6F and EE. RGB value is (183,111,238). Sum of RGB (Red+Green+Blue) = 183+111+238=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #B76FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76FEE is #489011. Grayscale: #929292. Windows color (decimal): -4755474 or 15626167. OLE color: 15626167.
HSL color Cylindrical-coordinate representation of color #B76FEE: hue angle of 274.02º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B76FEE is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 111 | 238 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.07 |
| HSL | 274.02º | 0.79% | 0.68% | - |
| HSV(B) | 274.02º | 0.53% | 0.93% | - |
| XYZ | 40.65 | 27.61 | 84.08 | - |
| YUV | 147.01 | 179.35 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 238 | 0.23 | 0.53 | 0 | 0.07 | 274.02 | 0.79 | 0.68 |
| Hex | B7 | 6F | EE | 17 | 35 | 0 | 7 | 112 | 4F | 44 |
| Octal | 267 | 157 | 356 | 27 | 65 | 0 | 7 | 422 | 117 | 104 |
| Binary | 10110111 | 1101111 | 11101110 | 10111 | 110101 | 0 | 111 | 100010010 | 1001111 | 1000100 |
Color Harmonies of #B76FEE
Complementary color
Monochromatic Colors of #B76FEE
Black with #B76FEE
Text Example
Text Example
White with #B76FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FEE; }
p { color: rgb(183,111,238); }
H1.HeaderClassName
{
color: #B76FEE;
}
.AnyTagClassName
{
color: #B76FEE;
}
</style>
background-color css
<style>
a { background-color: #B76FEE; }
a { background-color: rgb(183,111,238); }
div.DivClassName
{
background-color: #B76FEE;
}
.BgClassName
{
background-color: #B76FEE;
}
</style>
border-color css
<style>
span { border-color: #B76FEE; }
span { border-color: rgb(183,111,238); }
td.TdClassName
{
border-color: #B76FEE;
}
.TagClassName
{
border-color: #B76FEE;
}
</style>