Shades of Medium Orchid #B76BEA
Tints of Medium Orchid #B76BEA
RGB
CMYK
RGB Variations
Color information
#B76BEA (or 0xB76BEA) is known color: Medium Orchid. HEX triplet: B7, 6B and EA. RGB value is (183,107,234). Sum of RGB (Red+Green+Blue) = 183+107+234=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #B76BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76BEA is #489415. Grayscale: #8F8F8F. Windows color (decimal): -4756502 or 15362999. OLE color: 15362999.
HSL color Cylindrical-coordinate representation of color #B76BEA: hue angle of 275.91º degrees, saturation: 0.75, 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 #B76BEA is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 107 | 234 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.08 |
| HSL | 275.91º | 0.75% | 0.67% | - |
| HSV(B) | 275.91º | 0.54% | 0.92% | - |
| XYZ | 39.64 | 26.52 | 80.87 | - |
| YUV | 144.2 | 178.68 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 234 | 0.22 | 0.54 | 0 | 0.08 | 275.91 | 0.75 | 0.67 |
| Hex | B7 | 6B | EA | 16 | 36 | 0 | 8 | 114 | 4B | 43 |
| Octal | 267 | 153 | 352 | 26 | 66 | 0 | 10 | 424 | 113 | 103 |
| Binary | 10110111 | 1101011 | 11101010 | 10110 | 110110 | 0 | 1000 | 100010100 | 1001011 | 1000011 |
Color Harmonies of #B76BEA
Complementary color
Monochromatic Colors of #B76BEA
Black with #B76BEA
Text Example
Text Example
White with #B76BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BEA; }
p { color: rgb(183,107,234); }
H1.HeaderClassName
{
color: #B76BEA;
}
.AnyTagClassName
{
color: #B76BEA;
}
</style>
background-color css
<style>
a { background-color: #B76BEA; }
a { background-color: rgb(183,107,234); }
div.DivClassName
{
background-color: #B76BEA;
}
.BgClassName
{
background-color: #B76BEA;
}
</style>
border-color css
<style>
span { border-color: #B76BEA; }
span { border-color: rgb(183,107,234); }
td.TdClassName
{
border-color: #B76BEA;
}
.TagClassName
{
border-color: #B76BEA;
}
</style>