Shades of Medium Orchid #B76BEB
Tints of Medium Orchid #B76BEB
RGB
CMYK
RGB Variations
Color information
#B76BEB (or 0xB76BEB) is known color: Medium Orchid. HEX triplet: B7, 6B and EB. RGB value is (183,107,235). Sum of RGB (Red+Green+Blue) = 183+107+235=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #B76BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76BEB is #489414. Grayscale: #8F8F8F. Windows color (decimal): -4756501 or 15428535. OLE color: 15428535.
HSL color Cylindrical-coordinate representation of color #B76BEB: hue angle of 275.62º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76BEB is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 107 | 235 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.08 |
| HSL | 275.63º | 0.76% | 0.67% | - |
| HSV(B) | 275.63º | 0.54% | 0.92% | - |
| XYZ | 39.78 | 26.58 | 81.63 | - |
| YUV | 144.32 | 179.18 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 235 | 0.22 | 0.54 | 0 | 0.08 | 275.63 | 0.76 | 0.67 |
| Hex | B7 | 6B | EB | 16 | 36 | 0 | 8 | 114 | 4C | 43 |
| Octal | 267 | 153 | 353 | 26 | 66 | 0 | 10 | 424 | 114 | 103 |
| Binary | 10110111 | 1101011 | 11101011 | 10110 | 110110 | 0 | 1000 | 100010100 | 1001100 | 1000011 |
Color Harmonies of #B76BEB
Complementary color
Monochromatic Colors of #B76BEB
Black with #B76BEB
Text Example
Text Example
White with #B76BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BEB; }
p { color: rgb(183,107,235); }
H1.HeaderClassName
{
color: #B76BEB;
}
.AnyTagClassName
{
color: #B76BEB;
}
</style>
background-color css
<style>
a { background-color: #B76BEB; }
a { background-color: rgb(183,107,235); }
div.DivClassName
{
background-color: #B76BEB;
}
.BgClassName
{
background-color: #B76BEB;
}
</style>
border-color css
<style>
span { border-color: #B76BEB; }
span { border-color: rgb(183,107,235); }
td.TdClassName
{
border-color: #B76BEB;
}
.TagClassName
{
border-color: #B76BEB;
}
</style>