Shades of East Side #B390BD
Tints of East Side #B390BD
RGB
CMYK
RGB Variations
Color information
#B390BD (or 0xB390BD) is known color: East Side. HEX triplet: B3, 90 and BD. RGB value is (179,144,189). Sum of RGB (Red+Green+Blue) = 179+144+189=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #B390BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390BD is #4C6F42. Grayscale: #9F9F9F. Windows color (decimal): -5009219 or 12423347. OLE color: 12423347.
HSL color Cylindrical-coordinate representation of color #B390BD: hue angle of 286.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B390BD is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 144 | 189 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.26 |
| HSL | 286.67º | 0.25% | 0.65% | - |
| HSV(B) | 286.67º | 0.24% | 0.74% | - |
| XYZ | 37.75 | 33.2 | 52.56 | - |
| YUV | 159.6 | 144.6 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 189 | 0.05 | 0.24 | 0 | 0.26 | 286.67 | 0.25 | 0.65 |
| Hex | B3 | 90 | BD | 5 | 18 | 0 | 1A | 11F | 19 | 41 |
| Octal | 263 | 220 | 275 | 5 | 30 | 0 | 32 | 437 | 31 | 101 |
| Binary | 10110011 | 10010000 | 10111101 | 101 | 11000 | 0 | 11010 | 100011111 | 11001 | 1000001 |
Color Harmonies of #B390BD
Complementary color
Monochromatic Colors of #B390BD
Black with #B390BD
Text Example
Text Example
White with #B390BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B390BD; }
p { color: rgb(179,144,189); }
H1.HeaderClassName
{
color: #B390BD;
}
.AnyTagClassName
{
color: #B390BD;
}
</style>
background-color css
<style>
a { background-color: #B390BD; }
a { background-color: rgb(179,144,189); }
div.DivClassName
{
background-color: #B390BD;
}
.BgClassName
{
background-color: #B390BD;
}
</style>
border-color css
<style>
span { border-color: #B390BD; }
span { border-color: rgb(179,144,189); }
td.TdClassName
{
border-color: #B390BD;
}
.TagClassName
{
border-color: #B390BD;
}
</style>