Shades of Medium Orchid #B76CE0
Tints of Medium Orchid #B76CE0
RGB
CMYK
RGB Variations
Color information
#B76CE0 (or 0xB76CE0) is known color: Medium Orchid. HEX triplet: B7, 6C and E0. RGB value is (183,108,224). Sum of RGB (Red+Green+Blue) = 183+108+224=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #B76CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CE0 is #48931F. Grayscale: #8F8F8F. Windows color (decimal): -4756256 or 14707895. OLE color: 14707895.
HSL color Cylindrical-coordinate representation of color #B76CE0: hue angle of 278.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B76CE0 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 108 | 224 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.12 |
| HSL | 278.79º | 0.65% | 0.65% | - |
| HSV(B) | 278.79º | 0.52% | 0.88% | - |
| XYZ | 38.35 | 26.17 | 73.55 | - |
| YUV | 143.65 | 173.35 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 224 | 0.18 | 0.52 | 0 | 0.12 | 278.79 | 0.65 | 0.65 |
| Hex | B7 | 6C | E0 | 12 | 34 | 0 | C | 117 | 41 | 41 |
| Octal | 267 | 154 | 340 | 22 | 64 | 0 | 14 | 427 | 101 | 101 |
| Binary | 10110111 | 1101100 | 11100000 | 10010 | 110100 | 0 | 1100 | 100010111 | 1000001 | 1000001 |
Color Harmonies of #B76CE0
Complementary color
Monochromatic Colors of #B76CE0
Black with #B76CE0
Text Example
Text Example
White with #B76CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CE0; }
p { color: rgb(183,108,224); }
H1.HeaderClassName
{
color: #B76CE0;
}
.AnyTagClassName
{
color: #B76CE0;
}
</style>
background-color css
<style>
a { background-color: #B76CE0; }
a { background-color: rgb(183,108,224); }
div.DivClassName
{
background-color: #B76CE0;
}
.BgClassName
{
background-color: #B76CE0;
}
</style>
border-color css
<style>
span { border-color: #B76CE0; }
span { border-color: rgb(183,108,224); }
td.TdClassName
{
border-color: #B76CE0;
}
.TagClassName
{
border-color: #B76CE0;
}
</style>