Shades of Medium Orchid #B76BE0
Tints of Medium Orchid #B76BE0
RGB
CMYK
RGB Variations
Color information
#B76BE0 (or 0xB76BE0) is known color: Medium Orchid. HEX triplet: B7, 6B and E0. RGB value is (183,107,224). Sum of RGB (Red+Green+Blue) = 183+107+224=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #B76BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BE0 is #48941F. Grayscale: #8E8E8E. Windows color (decimal): -4756512 or 14707639. OLE color: 14707639.
HSL color Cylindrical-coordinate representation of color #B76BE0: hue angle of 278.97º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B76BE0 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 107 | 224 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.12 |
| HSL | 278.97º | 0.65% | 0.65% | - |
| HSV(B) | 278.97º | 0.52% | 0.88% | - |
| XYZ | 38.24 | 25.96 | 73.52 | - |
| YUV | 143.06 | 173.68 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 224 | 0.18 | 0.52 | 0 | 0.12 | 278.97 | 0.65 | 0.65 |
| Hex | B7 | 6B | E0 | 12 | 34 | 0 | C | 117 | 41 | 41 |
| Octal | 267 | 153 | 340 | 22 | 64 | 0 | 14 | 427 | 101 | 101 |
| Binary | 10110111 | 1101011 | 11100000 | 10010 | 110100 | 0 | 1100 | 100010111 | 1000001 | 1000001 |
Color Harmonies of #B76BE0
Complementary color
Monochromatic Colors of #B76BE0
Black with #B76BE0
Text Example
Text Example
White with #B76BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BE0; }
p { color: rgb(183,107,224); }
H1.HeaderClassName
{
color: #B76BE0;
}
.AnyTagClassName
{
color: #B76BE0;
}
</style>
background-color css
<style>
a { background-color: #B76BE0; }
a { background-color: rgb(183,107,224); }
div.DivClassName
{
background-color: #B76BE0;
}
.BgClassName
{
background-color: #B76BE0;
}
</style>
border-color css
<style>
span { border-color: #B76BE0; }
span { border-color: rgb(183,107,224); }
td.TdClassName
{
border-color: #B76BE0;
}
.TagClassName
{
border-color: #B76BE0;
}
</style>