Shades of Medium Orchid #B76EDC
Tints of Medium Orchid #B76EDC
RGB
CMYK
RGB Variations
Color information
#B76EDC (or 0xB76EDC) is known color: Medium Orchid. HEX triplet: B7, 6E and DC. RGB value is (183,110,220). Sum of RGB (Red+Green+Blue) = 183+110+220=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #B76EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76EDC is #489123. Grayscale: #8F8F8F. Windows color (decimal): -4755748 or 14446263. OLE color: 14446263.
HSL color Cylindrical-coordinate representation of color #B76EDC: hue angle of 279.82º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B76EDC is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 110 | 220 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.14 |
| HSL | 279.82º | 0.61% | 0.65% | - |
| HSV(B) | 279.82º | 0.5% | 0.86% | - |
| XYZ | 38.02 | 26.39 | 70.8 | - |
| YUV | 144.37 | 170.68 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 220 | 0.17 | 0.50 | 0 | 0.14 | 279.82 | 0.61 | 0.65 |
| Hex | B7 | 6E | DC | 11 | 32 | 0 | E | 118 | 3D | 41 |
| Octal | 267 | 156 | 334 | 21 | 62 | 0 | 16 | 430 | 75 | 101 |
| Binary | 10110111 | 1101110 | 11011100 | 10001 | 110010 | 0 | 1110 | 100011000 | 111101 | 1000001 |
Color Harmonies of #B76EDC
Complementary color
Monochromatic Colors of #B76EDC
Black with #B76EDC
Text Example
Text Example
White with #B76EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EDC; }
p { color: rgb(183,110,220); }
H1.HeaderClassName
{
color: #B76EDC;
}
.AnyTagClassName
{
color: #B76EDC;
}
</style>
background-color css
<style>
a { background-color: #B76EDC; }
a { background-color: rgb(183,110,220); }
div.DivClassName
{
background-color: #B76EDC;
}
.BgClassName
{
background-color: #B76EDC;
}
</style>
border-color css
<style>
span { border-color: #B76EDC; }
span { border-color: rgb(183,110,220); }
td.TdClassName
{
border-color: #B76EDC;
}
.TagClassName
{
border-color: #B76EDC;
}
</style>