Shades of Medium Orchid #B76EEA
Tints of Medium Orchid #B76EEA
RGB
CMYK
RGB Variations
Color information
#B76EEA (or 0xB76EEA) is known color: Medium Orchid. HEX triplet: B7, 6E and EA. RGB value is (183,110,234). Sum of RGB (Red+Green+Blue) = 183+110+234=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #B76EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76EEA is #489115. Grayscale: #919191. Windows color (decimal): -4755734 or 15363767. OLE color: 15363767.
HSL color Cylindrical-coordinate representation of color #B76EEA: hue angle of 275.32º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B76EEA is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 110 | 234 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.08 |
| HSL | 275.32º | 0.75% | 0.67% | - |
| HSV(B) | 275.32º | 0.53% | 0.92% | - |
| XYZ | 39.96 | 27.16 | 80.98 | - |
| YUV | 145.96 | 177.68 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 234 | 0.22 | 0.53 | 0 | 0.08 | 275.32 | 0.75 | 0.67 |
| Hex | B7 | 6E | EA | 16 | 35 | 0 | 8 | 113 | 4B | 43 |
| Octal | 267 | 156 | 352 | 26 | 65 | 0 | 10 | 423 | 113 | 103 |
| Binary | 10110111 | 1101110 | 11101010 | 10110 | 110101 | 0 | 1000 | 100010011 | 1001011 | 1000011 |
Color Harmonies of #B76EEA
Complementary color
Monochromatic Colors of #B76EEA
Black with #B76EEA
Text Example
Text Example
White with #B76EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EEA; }
p { color: rgb(183,110,234); }
H1.HeaderClassName
{
color: #B76EEA;
}
.AnyTagClassName
{
color: #B76EEA;
}
</style>
background-color css
<style>
a { background-color: #B76EEA; }
a { background-color: rgb(183,110,234); }
div.DivClassName
{
background-color: #B76EEA;
}
.BgClassName
{
background-color: #B76EEA;
}
</style>
border-color css
<style>
span { border-color: #B76EEA; }
span { border-color: rgb(183,110,234); }
td.TdClassName
{
border-color: #B76EEA;
}
.TagClassName
{
border-color: #B76EEA;
}
</style>