Shades of East Side #B790BF
Tints of East Side #B790BF
RGB
CMYK
RGB Variations
Color information
#B790BF (or 0xB790BF) is known color: East Side. HEX triplet: B7, 90 and BF. RGB value is (183,144,191). Sum of RGB (Red+Green+Blue) = 183+144+191=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #B790BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B790BF is #486F40. Grayscale: #A0A0A0. Windows color (decimal): -4747073 or 12554423. OLE color: 12554423.
HSL color Cylindrical-coordinate representation of color #B790BF: hue angle of 289.79º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B790BF is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 144 | 191 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.25 |
| HSL | 289.79º | 0.27% | 0.66% | - |
| HSV(B) | 289.79º | 0.25% | 0.75% | - |
| XYZ | 38.91 | 33.78 | 53.76 | - |
| YUV | 161.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 191 | 0.04 | 0.25 | 0 | 0.25 | 289.79 | 0.27 | 0.66 |
| Hex | B7 | 90 | BF | 4 | 19 | 0 | 19 | 122 | 1B | 42 |
| Octal | 267 | 220 | 277 | 4 | 31 | 0 | 31 | 442 | 33 | 102 |
| Binary | 10110111 | 10010000 | 10111111 | 100 | 11001 | 0 | 11001 | 100100010 | 11011 | 1000010 |
Color Harmonies of #B790BF
Complementary color
Monochromatic Colors of #B790BF
Black with #B790BF
Text Example
Text Example
White with #B790BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B790BF; }
p { color: rgb(183,144,191); }
H1.HeaderClassName
{
color: #B790BF;
}
.AnyTagClassName
{
color: #B790BF;
}
</style>
background-color css
<style>
a { background-color: #B790BF; }
a { background-color: rgb(183,144,191); }
div.DivClassName
{
background-color: #B790BF;
}
.BgClassName
{
background-color: #B790BF;
}
</style>
border-color css
<style>
span { border-color: #B790BF; }
span { border-color: rgb(183,144,191); }
td.TdClassName
{
border-color: #B790BF;
}
.TagClassName
{
border-color: #B790BF;
}
</style>