Shades of East Side #B790C1
Tints of East Side #B790C1
RGB
CMYK
RGB Variations
Color information
#B790C1 (or 0xB790C1) is known color: East Side. HEX triplet: B7, 90 and C1. RGB value is (183,144,193). Sum of RGB (Red+Green+Blue) = 183+144+193=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #B790C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B790C1 is #486F3E. Grayscale: #A1A1A1. Windows color (decimal): -4747071 or 12685495. OLE color: 12685495.
HSL color Cylindrical-coordinate representation of color #B790C1: hue angle of 287.76º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B790C1 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 144 | 193 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.24 |
| HSL | 287.76º | 0.28% | 0.66% | - |
| HSV(B) | 287.76º | 0.25% | 0.76% | - |
| XYZ | 39.13 | 33.86 | 54.93 | - |
| YUV | 161.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 193 | 0.05 | 0.25 | 0 | 0.24 | 287.76 | 0.28 | 0.66 |
| Hex | B7 | 90 | C1 | 5 | 19 | 0 | 18 | 120 | 1C | 42 |
| Octal | 267 | 220 | 301 | 5 | 31 | 0 | 30 | 440 | 34 | 102 |
| Binary | 10110111 | 10010000 | 11000001 | 101 | 11001 | 0 | 11000 | 100100000 | 11100 | 1000010 |
Color Harmonies of #B790C1
Complementary color
Monochromatic Colors of #B790C1
Black with #B790C1
Text Example
Text Example
White with #B790C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B790C1; }
p { color: rgb(183,144,193); }
H1.HeaderClassName
{
color: #B790C1;
}
.AnyTagClassName
{
color: #B790C1;
}
</style>
background-color css
<style>
a { background-color: #B790C1; }
a { background-color: rgb(183,144,193); }
div.DivClassName
{
background-color: #B790C1;
}
.BgClassName
{
background-color: #B790C1;
}
</style>
border-color css
<style>
span { border-color: #B790C1; }
span { border-color: rgb(183,144,193); }
td.TdClassName
{
border-color: #B790C1;
}
.TagClassName
{
border-color: #B790C1;
}
</style>