Shades of Medium Orchid #B76ED6
Tints of Medium Orchid #B76ED6
RGB
CMYK
RGB Variations
Color information
#B76ED6 (or 0xB76ED6) is known color: Medium Orchid. HEX triplet: B7, 6E and D6. RGB value is (183,110,214). Sum of RGB (Red+Green+Blue) = 183+110+214=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #B76ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ED6 is #489129. Grayscale: #8F8F8F. Windows color (decimal): -4755754 or 14053047. OLE color: 14053047.
HSL color Cylindrical-coordinate representation of color #B76ED6: hue angle of 282.12º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B76ED6 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 110 | 214 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.16 |
| HSL | 282.12º | 0.56% | 0.64% | - |
| HSV(B) | 282.12º | 0.49% | 0.84% | - |
| XYZ | 37.24 | 26.07 | 66.69 | - |
| YUV | 143.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 214 | 0.14 | 0.49 | 0 | 0.16 | 282.12 | 0.56 | 0.64 |
| Hex | B7 | 6E | D6 | E | 31 | 0 | 10 | 11A | 38 | 40 |
| Octal | 267 | 156 | 326 | 16 | 61 | 0 | 20 | 432 | 70 | 100 |
| Binary | 10110111 | 1101110 | 11010110 | 1110 | 110001 | 0 | 10000 | 100011010 | 111000 | 1000000 |
Color Harmonies of #B76ED6
Complementary color
Monochromatic Colors of #B76ED6
Black with #B76ED6
Text Example
Text Example
White with #B76ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76ED6; }
p { color: rgb(183,110,214); }
H1.HeaderClassName
{
color: #B76ED6;
}
.AnyTagClassName
{
color: #B76ED6;
}
</style>
background-color css
<style>
a { background-color: #B76ED6; }
a { background-color: rgb(183,110,214); }
div.DivClassName
{
background-color: #B76ED6;
}
.BgClassName
{
background-color: #B76ED6;
}
</style>
border-color css
<style>
span { border-color: #B76ED6; }
span { border-color: rgb(183,110,214); }
td.TdClassName
{
border-color: #B76ED6;
}
.TagClassName
{
border-color: #B76ED6;
}
</style>