Shades of Medium Orchid #B76CEC
Tints of Medium Orchid #B76CEC
RGB
CMYK
RGB Variations
Color information
#B76CEC (or 0xB76CEC) is known color: Medium Orchid. HEX triplet: B7, 6C and EC. RGB value is (183,108,236). Sum of RGB (Red+Green+Blue) = 183+108+236=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #B76CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76CEC is #489313. Grayscale: #909090. Windows color (decimal): -4756244 or 15494327. OLE color: 15494327.
HSL color Cylindrical-coordinate representation of color #B76CEC: hue angle of 275.16º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76CEC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 108 | 236 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.07 |
| HSL | 275.16º | 0.77% | 0.67% | - |
| HSV(B) | 275.16º | 0.54% | 0.93% | - |
| XYZ | 40.03 | 26.85 | 82.43 | - |
| YUV | 145.02 | 179.35 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 236 | 0.22 | 0.54 | 0 | 0.07 | 275.16 | 0.77 | 0.67 |
| Hex | B7 | 6C | EC | 16 | 36 | 0 | 7 | 113 | 4D | 43 |
| Octal | 267 | 154 | 354 | 26 | 66 | 0 | 7 | 423 | 115 | 103 |
| Binary | 10110111 | 1101100 | 11101100 | 10110 | 110110 | 0 | 111 | 100010011 | 1001101 | 1000011 |
Color Harmonies of #B76CEC
Complementary color
Monochromatic Colors of #B76CEC
Black with #B76CEC
Text Example
Text Example
White with #B76CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CEC; }
p { color: rgb(183,108,236); }
H1.HeaderClassName
{
color: #B76CEC;
}
.AnyTagClassName
{
color: #B76CEC;
}
</style>
background-color css
<style>
a { background-color: #B76CEC; }
a { background-color: rgb(183,108,236); }
div.DivClassName
{
background-color: #B76CEC;
}
.BgClassName
{
background-color: #B76CEC;
}
</style>
border-color css
<style>
span { border-color: #B76CEC; }
span { border-color: rgb(183,108,236); }
td.TdClassName
{
border-color: #B76CEC;
}
.TagClassName
{
border-color: #B76CEC;
}
</style>