Shades of Medium Orchid #B770EC
Tints of Medium Orchid #B770EC
RGB
CMYK
RGB Variations
Color information
#B770EC (or 0xB770EC) is known color: Medium Orchid. HEX triplet: B7, 70 and EC. RGB value is (183,112,236). Sum of RGB (Red+Green+Blue) = 183+112+236=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #B770EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B770EC is #488F13. Grayscale: #929292. Windows color (decimal): -4755220 or 15495351. OLE color: 15495351.
HSL color Cylindrical-coordinate representation of color #B770EC: hue angle of 274.35º degrees, saturation: 0.77, 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 #B770EC is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 112 | 236 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.07 |
| HSL | 274.35º | 0.77% | 0.68% | - |
| HSV(B) | 274.35º | 0.53% | 0.93% | - |
| XYZ | 40.46 | 27.71 | 82.57 | - |
| YUV | 147.37 | 178.02 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 236 | 0.22 | 0.53 | 0 | 0.07 | 274.35 | 0.77 | 0.68 |
| Hex | B7 | 70 | EC | 16 | 35 | 0 | 7 | 112 | 4D | 44 |
| Octal | 267 | 160 | 354 | 26 | 65 | 0 | 7 | 422 | 115 | 104 |
| Binary | 10110111 | 1110000 | 11101100 | 10110 | 110101 | 0 | 111 | 100010010 | 1001101 | 1000100 |
Color Harmonies of #B770EC
Complementary color
Monochromatic Colors of #B770EC
Black with #B770EC
Text Example
Text Example
White with #B770EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770EC; }
p { color: rgb(183,112,236); }
H1.HeaderClassName
{
color: #B770EC;
}
.AnyTagClassName
{
color: #B770EC;
}
</style>
background-color css
<style>
a { background-color: #B770EC; }
a { background-color: rgb(183,112,236); }
div.DivClassName
{
background-color: #B770EC;
}
.BgClassName
{
background-color: #B770EC;
}
</style>
border-color css
<style>
span { border-color: #B770EC; }
span { border-color: rgb(183,112,236); }
td.TdClassName
{
border-color: #B770EC;
}
.TagClassName
{
border-color: #B770EC;
}
</style>