Shades of Medium Orchid #B76BE8
Tints of Medium Orchid #B76BE8
RGB
CMYK
RGB Variations
Color information
#B76BE8 (or 0xB76BE8) is known color: Medium Orchid. HEX triplet: B7, 6B and E8. RGB value is (183,107,232). Sum of RGB (Red+Green+Blue) = 183+107+232=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #B76BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76BE8 is #489417. Grayscale: #8F8F8F. Windows color (decimal): -4756504 or 15231927. OLE color: 15231927.
HSL color Cylindrical-coordinate representation of color #B76BE8: hue angle of 276.48º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76BE8 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 107 | 232 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.09 |
| HSL | 276.48º | 0.73% | 0.66% | - |
| HSV(B) | 276.48º | 0.54% | 0.91% | - |
| XYZ | 39.35 | 26.41 | 79.37 | - |
| YUV | 143.97 | 177.68 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 232 | 0.21 | 0.54 | 0 | 0.09 | 276.48 | 0.73 | 0.66 |
| Hex | B7 | 6B | E8 | 15 | 36 | 0 | 9 | 114 | 49 | 42 |
| Octal | 267 | 153 | 350 | 25 | 66 | 0 | 11 | 424 | 111 | 102 |
| Binary | 10110111 | 1101011 | 11101000 | 10101 | 110110 | 0 | 1001 | 100010100 | 1001001 | 1000010 |
Color Harmonies of #B76BE8
Complementary color
Monochromatic Colors of #B76BE8
Black with #B76BE8
Text Example
Text Example
White with #B76BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BE8; }
p { color: rgb(183,107,232); }
H1.HeaderClassName
{
color: #B76BE8;
}
.AnyTagClassName
{
color: #B76BE8;
}
</style>
background-color css
<style>
a { background-color: #B76BE8; }
a { background-color: rgb(183,107,232); }
div.DivClassName
{
background-color: #B76BE8;
}
.BgClassName
{
background-color: #B76BE8;
}
</style>
border-color css
<style>
span { border-color: #B76BE8; }
span { border-color: rgb(183,107,232); }
td.TdClassName
{
border-color: #B76BE8;
}
.TagClassName
{
border-color: #B76BE8;
}
</style>