Shades of Medium Orchid #B76CE3
Tints of Medium Orchid #B76CE3
RGB
CMYK
RGB Variations
Color information
#B76CE3 (or 0xB76CE3) is known color: Medium Orchid. HEX triplet: B7, 6C and E3. RGB value is (183,108,227). Sum of RGB (Red+Green+Blue) = 183+108+227=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 227 (89.06% from 255 or 43.82% from 518); Max value from RGB is 227 - color contains mainly: blue. Hex color #B76CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CE3 is #48931C. Grayscale: #8F8F8F. Windows color (decimal): -4756253 or 14904503. OLE color: 14904503.
HSL color Cylindrical-coordinate representation of color #B76CE3: hue angle of 277.82º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B76CE3 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 108 | 227 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.11 |
| HSL | 277.82º | 0.68% | 0.66% | - |
| HSV(B) | 277.82º | 0.52% | 0.89% | - |
| XYZ | 38.76 | 26.34 | 75.71 | - |
| YUV | 143.99 | 174.85 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 227 | 0.19 | 0.52 | 0 | 0.11 | 277.82 | 0.68 | 0.66 |
| Hex | B7 | 6C | E3 | 13 | 34 | 0 | B | 116 | 44 | 42 |
| Octal | 267 | 154 | 343 | 23 | 64 | 0 | 13 | 426 | 104 | 102 |
| Binary | 10110111 | 1101100 | 11100011 | 10011 | 110100 | 0 | 1011 | 100010110 | 1000100 | 1000010 |
Color Harmonies of #B76CE3
Complementary color
Monochromatic Colors of #B76CE3
Black with #B76CE3
Text Example
Text Example
White with #B76CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CE3; }
p { color: rgb(183,108,227); }
H1.HeaderClassName
{
color: #B76CE3;
}
.AnyTagClassName
{
color: #B76CE3;
}
</style>
background-color css
<style>
a { background-color: #B76CE3; }
a { background-color: rgb(183,108,227); }
div.DivClassName
{
background-color: #B76CE3;
}
.BgClassName
{
background-color: #B76CE3;
}
</style>
border-color css
<style>
span { border-color: #B76CE3; }
span { border-color: rgb(183,108,227); }
td.TdClassName
{
border-color: #B76CE3;
}
.TagClassName
{
border-color: #B76CE3;
}
</style>