Shades of East Side #B392BD
Tints of East Side #B392BD
RGB
CMYK
RGB Variations
Color information
#B392BD (or 0xB392BD) is known color: East Side. HEX triplet: B3, 92 and BD. RGB value is (179,146,189). Sum of RGB (Red+Green+Blue) = 179+146+189=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #B392BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392BD is #4C6D42. Grayscale: #A0A0A0. Windows color (decimal): -5008707 or 12423859. OLE color: 12423859.
HSL color Cylindrical-coordinate representation of color #B392BD: hue angle of 286.05º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B392BD is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 146 | 189 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.26 |
| HSL | 286.05º | 0.25% | 0.66% | - |
| HSV(B) | 286.05º | 0.23% | 0.74% | - |
| XYZ | 38.05 | 33.82 | 52.67 | - |
| YUV | 160.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 189 | 0.05 | 0.23 | 0 | 0.26 | 286.05 | 0.25 | 0.66 |
| Hex | B3 | 92 | BD | 5 | 17 | 0 | 1A | 11E | 19 | 42 |
| Octal | 263 | 222 | 275 | 5 | 27 | 0 | 32 | 436 | 31 | 102 |
| Binary | 10110011 | 10010010 | 10111101 | 101 | 10111 | 0 | 11010 | 100011110 | 11001 | 1000010 |
Color Harmonies of #B392BD
Complementary color
Monochromatic Colors of #B392BD
Black with #B392BD
Text Example
Text Example
White with #B392BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B392BD; }
p { color: rgb(179,146,189); }
H1.HeaderClassName
{
color: #B392BD;
}
.AnyTagClassName
{
color: #B392BD;
}
</style>
background-color css
<style>
a { background-color: #B392BD; }
a { background-color: rgb(179,146,189); }
div.DivClassName
{
background-color: #B392BD;
}
.BgClassName
{
background-color: #B392BD;
}
</style>
border-color css
<style>
span { border-color: #B392BD; }
span { border-color: rgb(179,146,189); }
td.TdClassName
{
border-color: #B392BD;
}
.TagClassName
{
border-color: #B392BD;
}
</style>