Shades of Medium Orchid #B76CE4
Tints of Medium Orchid #B76CE4
RGB
CMYK
RGB Variations
Color information
#B76CE4 (or 0xB76CE4) is known color: Medium Orchid. HEX triplet: B7, 6C and E4. RGB value is (183,108,228). Sum of RGB (Red+Green+Blue) = 183+108+228=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 228 (89.45% from 255 or 43.93% from 519); Max value from RGB is 228 - color contains mainly: blue. Hex color #B76CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CE4 is #48931B. Grayscale: #8F8F8F. Windows color (decimal): -4756252 or 14970039. OLE color: 14970039.
HSL color Cylindrical-coordinate representation of color #B76CE4: hue angle of 277.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B76CE4 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 108 | 228 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.11 |
| HSL | 277.5º | 0.69% | 0.66% | - |
| HSV(B) | 277.5º | 0.53% | 0.89% | - |
| XYZ | 38.89 | 26.39 | 76.44 | - |
| YUV | 144.11 | 175.35 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 228 | 0.20 | 0.53 | 0 | 0.11 | 277.5 | 0.69 | 0.66 |
| Hex | B7 | 6C | E4 | 14 | 35 | 0 | B | 116 | 45 | 42 |
| Octal | 267 | 154 | 344 | 24 | 65 | 0 | 13 | 426 | 105 | 102 |
| Binary | 10110111 | 1101100 | 11100100 | 10100 | 110101 | 0 | 1011 | 100010110 | 1000101 | 1000010 |
Color Harmonies of #B76CE4
Complementary color
Monochromatic Colors of #B76CE4
Black with #B76CE4
Text Example
Text Example
White with #B76CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CE4; }
p { color: rgb(183,108,228); }
H1.HeaderClassName
{
color: #B76CE4;
}
.AnyTagClassName
{
color: #B76CE4;
}
</style>
background-color css
<style>
a { background-color: #B76CE4; }
a { background-color: rgb(183,108,228); }
div.DivClassName
{
background-color: #B76CE4;
}
.BgClassName
{
background-color: #B76CE4;
}
</style>
border-color css
<style>
span { border-color: #B76CE4; }
span { border-color: rgb(183,108,228); }
td.TdClassName
{
border-color: #B76CE4;
}
.TagClassName
{
border-color: #B76CE4;
}
</style>