Shades of Medium Orchid #B76BEC
Tints of Medium Orchid #B76BEC
RGB
CMYK
RGB Variations
Color information
#B76BEC (or 0xB76BEC) is known color: Medium Orchid. HEX triplet: B7, 6B and EC. RGB value is (183,107,236). Sum of RGB (Red+Green+Blue) = 183+107+236=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #B76BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76BEC is #489413. Grayscale: #8F8F8F. Windows color (decimal): -4756500 or 15494071. OLE color: 15494071.
HSL color Cylindrical-coordinate representation of color #B76BEC: hue angle of 275.35º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B76BEC is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 107 | 236 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.07 |
| HSL | 275.35º | 0.77% | 0.67% | - |
| HSV(B) | 275.35º | 0.55% | 0.93% | - |
| XYZ | 39.93 | 26.64 | 82.39 | - |
| YUV | 144.43 | 179.68 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 236 | 0.22 | 0.55 | 0 | 0.07 | 275.35 | 0.77 | 0.67 |
| Hex | B7 | 6B | EC | 16 | 37 | 0 | 7 | 113 | 4D | 43 |
| Octal | 267 | 153 | 354 | 26 | 67 | 0 | 7 | 423 | 115 | 103 |
| Binary | 10110111 | 1101011 | 11101100 | 10110 | 110111 | 0 | 111 | 100010011 | 1001101 | 1000011 |
Color Harmonies of #B76BEC
Complementary color
Monochromatic Colors of #B76BEC
Black with #B76BEC
Text Example
Text Example
White with #B76BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BEC; }
p { color: rgb(183,107,236); }
H1.HeaderClassName
{
color: #B76BEC;
}
.AnyTagClassName
{
color: #B76BEC;
}
</style>
background-color css
<style>
a { background-color: #B76BEC; }
a { background-color: rgb(183,107,236); }
div.DivClassName
{
background-color: #B76BEC;
}
.BgClassName
{
background-color: #B76BEC;
}
</style>
border-color css
<style>
span { border-color: #B76BEC; }
span { border-color: rgb(183,107,236); }
td.TdClassName
{
border-color: #B76BEC;
}
.TagClassName
{
border-color: #B76BEC;
}
</style>