Shades of Medium Orchid #B76BE3
Tints of Medium Orchid #B76BE3
RGB
CMYK
RGB Variations
Color information
#B76BE3 (or 0xB76BE3) is known color: Medium Orchid. HEX triplet: B7, 6B and E3. RGB value is (183,107,227). Sum of RGB (Red+Green+Blue) = 183+107+227=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 227 (89.06% from 255 or 43.91% from 517); Max value from RGB is 227 - color contains mainly: blue. Hex color #B76BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BE3 is #48941C. Grayscale: #8F8F8F. Windows color (decimal): -4756509 or 14904247. OLE color: 14904247.
HSL color Cylindrical-coordinate representation of color #B76BE3: hue angle of 278º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B76BE3 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 107 | 227 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.11 |
| HSL | 278º | 0.68% | 0.65% | - |
| HSV(B) | 278º | 0.53% | 0.89% | - |
| XYZ | 38.65 | 26.13 | 75.68 | - |
| YUV | 143.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 227 | 0.19 | 0.53 | 0 | 0.11 | 278 | 0.68 | 0.65 |
| Hex | B7 | 6B | E3 | 13 | 35 | 0 | B | 116 | 44 | 41 |
| Octal | 267 | 153 | 343 | 23 | 65 | 0 | 13 | 426 | 104 | 101 |
| Binary | 10110111 | 1101011 | 11100011 | 10011 | 110101 | 0 | 1011 | 100010110 | 1000100 | 1000001 |
Color Harmonies of #B76BE3
Complementary color
Monochromatic Colors of #B76BE3
Black with #B76BE3
Text Example
Text Example
White with #B76BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BE3; }
p { color: rgb(183,107,227); }
H1.HeaderClassName
{
color: #B76BE3;
}
.AnyTagClassName
{
color: #B76BE3;
}
</style>
background-color css
<style>
a { background-color: #B76BE3; }
a { background-color: rgb(183,107,227); }
div.DivClassName
{
background-color: #B76BE3;
}
.BgClassName
{
background-color: #B76BE3;
}
</style>
border-color css
<style>
span { border-color: #B76BE3; }
span { border-color: rgb(183,107,227); }
td.TdClassName
{
border-color: #B76BE3;
}
.TagClassName
{
border-color: #B76BE3;
}
</style>