Shades of Medium Orchid #B76CEB
Tints of Medium Orchid #B76CEB
RGB
CMYK
RGB Variations
Color information
#B76CEB (or 0xB76CEB) is known color: Medium Orchid. HEX triplet: B7, 6C and EB. RGB value is (183,108,235). Sum of RGB (Red+Green+Blue) = 183+108+235=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #B76CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76CEB is #489314. Grayscale: #909090. Windows color (decimal): -4756245 or 15428791. OLE color: 15428791.
HSL color Cylindrical-coordinate representation of color #B76CEB: hue angle of 275.43º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76CEB is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 108 | 235 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.08 |
| HSL | 275.43º | 0.76% | 0.67% | - |
| HSV(B) | 275.43º | 0.54% | 0.92% | - |
| XYZ | 39.89 | 26.79 | 81.67 | - |
| YUV | 144.9 | 178.85 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 235 | 0.22 | 0.54 | 0 | 0.08 | 275.43 | 0.76 | 0.67 |
| Hex | B7 | 6C | EB | 16 | 36 | 0 | 8 | 113 | 4C | 43 |
| Octal | 267 | 154 | 353 | 26 | 66 | 0 | 10 | 423 | 114 | 103 |
| Binary | 10110111 | 1101100 | 11101011 | 10110 | 110110 | 0 | 1000 | 100010011 | 1001100 | 1000011 |
Color Harmonies of #B76CEB
Complementary color
Monochromatic Colors of #B76CEB
Black with #B76CEB
Text Example
Text Example
White with #B76CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CEB; }
p { color: rgb(183,108,235); }
H1.HeaderClassName
{
color: #B76CEB;
}
.AnyTagClassName
{
color: #B76CEB;
}
</style>
background-color css
<style>
a { background-color: #B76CEB; }
a { background-color: rgb(183,108,235); }
div.DivClassName
{
background-color: #B76CEB;
}
.BgClassName
{
background-color: #B76CEB;
}
</style>
border-color css
<style>
span { border-color: #B76CEB; }
span { border-color: rgb(183,108,235); }
td.TdClassName
{
border-color: #B76CEB;
}
.TagClassName
{
border-color: #B76CEB;
}
</style>