Shades of Medium Orchid #B770E1
Tints of Medium Orchid #B770E1
RGB
CMYK
RGB Variations
Color information
#B770E1 (or 0xB770E1) is known color: Medium Orchid. HEX triplet: B7, 70 and E1. RGB value is (183,112,225). Sum of RGB (Red+Green+Blue) = 183+112+225=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #B770E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770E1 is #488F1E. Grayscale: #919191. Windows color (decimal): -4755231 or 14774455. OLE color: 14774455.
HSL color Cylindrical-coordinate representation of color #B770E1: hue angle of 277.7º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B770E1 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 112 | 225 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.12 |
| HSL | 277.7º | 0.65% | 0.66% | - |
| HSV(B) | 277.7º | 0.5% | 0.88% | - |
| XYZ | 38.91 | 27.09 | 74.41 | - |
| YUV | 146.11 | 172.52 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 225 | 0.19 | 0.50 | 0 | 0.12 | 277.7 | 0.65 | 0.66 |
| Hex | B7 | 70 | E1 | 13 | 32 | 0 | C | 116 | 41 | 42 |
| Octal | 267 | 160 | 341 | 23 | 62 | 0 | 14 | 426 | 101 | 102 |
| Binary | 10110111 | 1110000 | 11100001 | 10011 | 110010 | 0 | 1100 | 100010110 | 1000001 | 1000010 |
Color Harmonies of #B770E1
Complementary color
Monochromatic Colors of #B770E1
Black with #B770E1
Text Example
Text Example
White with #B770E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770E1; }
p { color: rgb(183,112,225); }
H1.HeaderClassName
{
color: #B770E1;
}
.AnyTagClassName
{
color: #B770E1;
}
</style>
background-color css
<style>
a { background-color: #B770E1; }
a { background-color: rgb(183,112,225); }
div.DivClassName
{
background-color: #B770E1;
}
.BgClassName
{
background-color: #B770E1;
}
</style>
border-color css
<style>
span { border-color: #B770E1; }
span { border-color: rgb(183,112,225); }
td.TdClassName
{
border-color: #B770E1;
}
.TagClassName
{
border-color: #B770E1;
}
</style>