Shades of Medium Orchid #B76FED
Tints of Medium Orchid #B76FED
RGB
CMYK
RGB Variations
Color information
#B76FED (or 0xB76FED) is known color: Medium Orchid. HEX triplet: B7, 6F and ED. RGB value is (183,111,237). Sum of RGB (Red+Green+Blue) = 183+111+237=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #B76FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76FED is #489012. Grayscale: #929292. Windows color (decimal): -4755475 or 15560631. OLE color: 15560631.
HSL color Cylindrical-coordinate representation of color #B76FED: hue angle of 274.29º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B76FED is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 111 | 237 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.07 |
| HSL | 274.29º | 0.78% | 0.68% | - |
| HSV(B) | 274.29º | 0.53% | 0.93% | - |
| XYZ | 40.5 | 27.55 | 83.3 | - |
| YUV | 146.89 | 178.85 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 237 | 0.23 | 0.53 | 0 | 0.07 | 274.29 | 0.78 | 0.68 |
| Hex | B7 | 6F | ED | 17 | 35 | 0 | 7 | 112 | 4E | 44 |
| Octal | 267 | 157 | 355 | 27 | 65 | 0 | 7 | 422 | 116 | 104 |
| Binary | 10110111 | 1101111 | 11101101 | 10111 | 110101 | 0 | 111 | 100010010 | 1001110 | 1000100 |
Color Harmonies of #B76FED
Complementary color
Monochromatic Colors of #B76FED
Black with #B76FED
Text Example
Text Example
White with #B76FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FED; }
p { color: rgb(183,111,237); }
H1.HeaderClassName
{
color: #B76FED;
}
.AnyTagClassName
{
color: #B76FED;
}
</style>
background-color css
<style>
a { background-color: #B76FED; }
a { background-color: rgb(183,111,237); }
div.DivClassName
{
background-color: #B76FED;
}
.BgClassName
{
background-color: #B76FED;
}
</style>
border-color css
<style>
span { border-color: #B76FED; }
span { border-color: rgb(183,111,237); }
td.TdClassName
{
border-color: #B76FED;
}
.TagClassName
{
border-color: #B76FED;
}
</style>