Shades of Medium Orchid #B773E2
Tints of Medium Orchid #B773E2
RGB
CMYK
RGB Variations
Color information
#B773E2 (or 0xB773E2) is known color: Medium Orchid. HEX triplet: B7, 73 and E2. RGB value is (183,115,226). Sum of RGB (Red+Green+Blue) = 183+115+226=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #B773E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773E2 is #488C1D. Grayscale: #939393. Windows color (decimal): -4754462 or 14840759. OLE color: 14840759.
HSL color Cylindrical-coordinate representation of color #B773E2: hue angle of 276.76º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B773E2 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 115 | 226 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.11 |
| HSL | 276.76º | 0.66% | 0.67% | - |
| HSV(B) | 276.76º | 0.49% | 0.89% | - |
| XYZ | 39.39 | 27.82 | 75.25 | - |
| YUV | 147.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 226 | 0.19 | 0.49 | 0 | 0.11 | 276.76 | 0.66 | 0.67 |
| Hex | B7 | 73 | E2 | 13 | 31 | 0 | B | 115 | 42 | 43 |
| Octal | 267 | 163 | 342 | 23 | 61 | 0 | 13 | 425 | 102 | 103 |
| Binary | 10110111 | 1110011 | 11100010 | 10011 | 110001 | 0 | 1011 | 100010101 | 1000010 | 1000011 |
Color Harmonies of #B773E2
Complementary color
Monochromatic Colors of #B773E2
Black with #B773E2
Text Example
Text Example
White with #B773E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B773E2; }
p { color: rgb(183,115,226); }
H1.HeaderClassName
{
color: #B773E2;
}
.AnyTagClassName
{
color: #B773E2;
}
</style>
background-color css
<style>
a { background-color: #B773E2; }
a { background-color: rgb(183,115,226); }
div.DivClassName
{
background-color: #B773E2;
}
.BgClassName
{
background-color: #B773E2;
}
</style>
border-color css
<style>
span { border-color: #B773E2; }
span { border-color: rgb(183,115,226); }
td.TdClassName
{
border-color: #B773E2;
}
.TagClassName
{
border-color: #B773E2;
}
</style>