Shades of East Side #B597BD
Tints of East Side #B597BD
RGB
CMYK
RGB Variations
Color information
#B597BD (or 0xB597BD) is known color: East Side. HEX triplet: B5, 97 and BD. RGB value is (181,151,189). Sum of RGB (Red+Green+Blue) = 181+151+189=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #B597BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B597BD is #4A6842. Grayscale: #A4A4A4. Windows color (decimal): -4876355 or 12425141. OLE color: 12425141.
HSL color Cylindrical-coordinate representation of color #B597BD: hue angle of 287.37º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B597BD is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 151 | 189 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.26 |
| HSL | 287.37º | 0.22% | 0.67% | - |
| HSV(B) | 287.37º | 0.2% | 0.74% | - |
| XYZ | 39.31 | 35.63 | 52.95 | - |
| YUV | 164.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 189 | 0.04 | 0.20 | 0 | 0.26 | 287.37 | 0.22 | 0.67 |
| Hex | B5 | 97 | BD | 4 | 14 | 0 | 1A | 11F | 16 | 43 |
| Octal | 265 | 227 | 275 | 4 | 24 | 0 | 32 | 437 | 26 | 103 |
| Binary | 10110101 | 10010111 | 10111101 | 100 | 10100 | 0 | 11010 | 100011111 | 10110 | 1000011 |
Color Harmonies of #B597BD
Complementary color
Monochromatic Colors of #B597BD
Black with #B597BD
Text Example
Text Example
White with #B597BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B597BD; }
p { color: rgb(181,151,189); }
H1.HeaderClassName
{
color: #B597BD;
}
.AnyTagClassName
{
color: #B597BD;
}
</style>
background-color css
<style>
a { background-color: #B597BD; }
a { background-color: rgb(181,151,189); }
div.DivClassName
{
background-color: #B597BD;
}
.BgClassName
{
background-color: #B597BD;
}
</style>
border-color css
<style>
span { border-color: #B597BD; }
span { border-color: rgb(181,151,189); }
td.TdClassName
{
border-color: #B597BD;
}
.TagClassName
{
border-color: #B597BD;
}
</style>