Shades of Medium Orchid #B76DEE
Tints of Medium Orchid #B76DEE
RGB
CMYK
RGB Variations
Color information
#B76DEE (or 0xB76DEE) is known color: Medium Orchid. HEX triplet: B7, 6D and EE. RGB value is (183,109,238). Sum of RGB (Red+Green+Blue) = 183+109+238=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #B76DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76DEE is #489211. Grayscale: #919191. Windows color (decimal): -4755986 or 15625655. OLE color: 15625655.
HSL color Cylindrical-coordinate representation of color #B76DEE: hue angle of 274.42º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76DEE is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 109 | 238 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.07 |
| HSL | 274.42º | 0.79% | 0.68% | - |
| HSV(B) | 274.42º | 0.54% | 0.93% | - |
| XYZ | 40.43 | 27.18 | 84 | - |
| YUV | 145.83 | 180.02 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 238 | 0.23 | 0.54 | 0 | 0.07 | 274.42 | 0.79 | 0.68 |
| Hex | B7 | 6D | EE | 17 | 36 | 0 | 7 | 112 | 4F | 44 |
| Octal | 267 | 155 | 356 | 27 | 66 | 0 | 7 | 422 | 117 | 104 |
| Binary | 10110111 | 1101101 | 11101110 | 10111 | 110110 | 0 | 111 | 100010010 | 1001111 | 1000100 |
Color Harmonies of #B76DEE
Complementary color
Monochromatic Colors of #B76DEE
Black with #B76DEE
Text Example
Text Example
White with #B76DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76DEE; }
p { color: rgb(183,109,238); }
H1.HeaderClassName
{
color: #B76DEE;
}
.AnyTagClassName
{
color: #B76DEE;
}
</style>
background-color css
<style>
a { background-color: #B76DEE; }
a { background-color: rgb(183,109,238); }
div.DivClassName
{
background-color: #B76DEE;
}
.BgClassName
{
background-color: #B76DEE;
}
</style>
border-color css
<style>
span { border-color: #B76DEE; }
span { border-color: rgb(183,109,238); }
td.TdClassName
{
border-color: #B76DEE;
}
.TagClassName
{
border-color: #B76DEE;
}
</style>