Shades of Medium Orchid #B773EC
Tints of Medium Orchid #B773EC
RGB
CMYK
RGB Variations
Color information
#B773EC (or 0xB773EC) is known color: Medium Orchid. HEX triplet: B7, 73 and EC. RGB value is (183,115,236). Sum of RGB (Red+Green+Blue) = 183+115+236=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #B773EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B773EC is #488C13. Grayscale: #949494. Windows color (decimal): -4754452 or 15496119. OLE color: 15496119.
HSL color Cylindrical-coordinate representation of color #B773EC: hue angle of 273.72º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B773EC is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 115 | 236 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.07 |
| HSL | 273.72º | 0.76% | 0.69% | - |
| HSV(B) | 273.72º | 0.51% | 0.93% | - |
| XYZ | 40.8 | 28.38 | 82.69 | - |
| YUV | 149.13 | 177.03 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 236 | 0.22 | 0.51 | 0 | 0.07 | 273.72 | 0.76 | 0.69 |
| Hex | B7 | 73 | EC | 16 | 33 | 0 | 7 | 112 | 4C | 45 |
| Octal | 267 | 163 | 354 | 26 | 63 | 0 | 7 | 422 | 114 | 105 |
| Binary | 10110111 | 1110011 | 11101100 | 10110 | 110011 | 0 | 111 | 100010010 | 1001100 | 1000101 |
Color Harmonies of #B773EC
Complementary color
Monochromatic Colors of #B773EC
Black with #B773EC
Text Example
Text Example
White with #B773EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B773EC; }
p { color: rgb(183,115,236); }
H1.HeaderClassName
{
color: #B773EC;
}
.AnyTagClassName
{
color: #B773EC;
}
</style>
background-color css
<style>
a { background-color: #B773EC; }
a { background-color: rgb(183,115,236); }
div.DivClassName
{
background-color: #B773EC;
}
.BgClassName
{
background-color: #B773EC;
}
</style>
border-color css
<style>
span { border-color: #B773EC; }
span { border-color: rgb(183,115,236); }
td.TdClassName
{
border-color: #B773EC;
}
.TagClassName
{
border-color: #B773EC;
}
</style>