Shades of Medium Orchid #B76CE5
Tints of Medium Orchid #B76CE5
RGB
CMYK
RGB Variations
Color information
#B76CE5 (or 0xB76CE5) is known color: Medium Orchid. HEX triplet: B7, 6C and E5. RGB value is (183,108,229). Sum of RGB (Red+Green+Blue) = 183+108+229=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #B76CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CE5 is #48931A. Grayscale: #8F8F8F. Windows color (decimal): -4756251 or 15035575. OLE color: 15035575.
HSL color Cylindrical-coordinate representation of color #B76CE5: hue angle of 277.19º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B76CE5 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 108 | 229 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.10 |
| HSL | 277.19º | 0.7% | 0.66% | - |
| HSV(B) | 277.19º | 0.53% | 0.9% | - |
| XYZ | 39.03 | 26.45 | 77.18 | - |
| YUV | 144.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 229 | 0.20 | 0.53 | 0 | 0.10 | 277.19 | 0.7 | 0.66 |
| Hex | B7 | 6C | E5 | 14 | 35 | 0 | A | 115 | 46 | 42 |
| Octal | 267 | 154 | 345 | 24 | 65 | 0 | 12 | 425 | 106 | 102 |
| Binary | 10110111 | 1101100 | 11100101 | 10100 | 110101 | 0 | 1010 | 100010101 | 1000110 | 1000010 |
Color Harmonies of #B76CE5
Complementary color
Monochromatic Colors of #B76CE5
Black with #B76CE5
Text Example
Text Example
White with #B76CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CE5; }
p { color: rgb(183,108,229); }
H1.HeaderClassName
{
color: #B76CE5;
}
.AnyTagClassName
{
color: #B76CE5;
}
</style>
background-color css
<style>
a { background-color: #B76CE5; }
a { background-color: rgb(183,108,229); }
div.DivClassName
{
background-color: #B76CE5;
}
.BgClassName
{
background-color: #B76CE5;
}
</style>
border-color css
<style>
span { border-color: #B76CE5; }
span { border-color: rgb(183,108,229); }
td.TdClassName
{
border-color: #B76CE5;
}
.TagClassName
{
border-color: #B76CE5;
}
</style>