Shades of Medium Orchid #B76ECF
Tints of Medium Orchid #B76ECF
RGB
CMYK
RGB Variations
Color information
#B76ECF (or 0xB76ECF) is known color: Medium Orchid. HEX triplet: B7, 6E and CF. RGB value is (183,110,207). Sum of RGB (Red+Green+Blue) = 183+110+207=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #B76ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ECF is #489130. Grayscale: #8E8E8E. Windows color (decimal): -4755761 or 13594295. OLE color: 13594295.
HSL color Cylindrical-coordinate representation of color #B76ECF: hue angle of 285.15º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B76ECF is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 110 | 207 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.19 |
| HSL | 285.15º | 0.5% | 0.62% | - |
| HSV(B) | 285.15º | 0.47% | 0.81% | - |
| XYZ | 36.37 | 25.72 | 62.08 | - |
| YUV | 142.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 207 | 0.12 | 0.47 | 0 | 0.19 | 285.15 | 0.5 | 0.62 |
| Hex | B7 | 6E | CF | C | 2F | 0 | 13 | 11D | 32 | 3E |
| Octal | 267 | 156 | 317 | 14 | 57 | 0 | 23 | 435 | 62 | 76 |
| Binary | 10110111 | 1101110 | 11001111 | 1100 | 101111 | 0 | 10011 | 100011101 | 110010 | 111110 |
Color Harmonies of #B76ECF
Complementary color
Monochromatic Colors of #B76ECF
Black with #B76ECF
Text Example
Text Example
White with #B76ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76ECF; }
p { color: rgb(183,110,207); }
H1.HeaderClassName
{
color: #B76ECF;
}
.AnyTagClassName
{
color: #B76ECF;
}
</style>
background-color css
<style>
a { background-color: #B76ECF; }
a { background-color: rgb(183,110,207); }
div.DivClassName
{
background-color: #B76ECF;
}
.BgClassName
{
background-color: #B76ECF;
}
</style>
border-color css
<style>
span { border-color: #B76ECF; }
span { border-color: rgb(183,110,207); }
td.TdClassName
{
border-color: #B76ECF;
}
.TagClassName
{
border-color: #B76ECF;
}
</style>