Shades of East Side #B595C4
Tints of East Side #B595C4
RGB
CMYK
RGB Variations
Color information
#B595C4 (or 0xB595C4) is known color: East Side. HEX triplet: B5, 95 and C4. RGB value is (181,149,196). Sum of RGB (Red+Green+Blue) = 181+149+196=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #B595C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595C4 is #4A6A3B. Grayscale: #A3A3A3. Windows color (decimal): -4876860 or 12883381. OLE color: 12883381.
HSL color Cylindrical-coordinate representation of color #B595C4: hue angle of 280.85º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B595C4 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 149 | 196 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.23 |
| HSL | 280.85º | 0.28% | 0.68% | - |
| HSV(B) | 280.85º | 0.24% | 0.77% | - |
| XYZ | 39.77 | 35.3 | 56.94 | - |
| YUV | 163.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 196 | 0.08 | 0.24 | 0 | 0.23 | 280.85 | 0.28 | 0.68 |
| Hex | B5 | 95 | C4 | 8 | 18 | 0 | 17 | 119 | 1C | 44 |
| Octal | 265 | 225 | 304 | 10 | 30 | 0 | 27 | 431 | 34 | 104 |
| Binary | 10110101 | 10010101 | 11000100 | 1000 | 11000 | 0 | 10111 | 100011001 | 11100 | 1000100 |
Color Harmonies of #B595C4
Complementary color
Monochromatic Colors of #B595C4
Black with #B595C4
Text Example
Text Example
White with #B595C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B595C4; }
p { color: rgb(181,149,196); }
H1.HeaderClassName
{
color: #B595C4;
}
.AnyTagClassName
{
color: #B595C4;
}
</style>
background-color css
<style>
a { background-color: #B595C4; }
a { background-color: rgb(181,149,196); }
div.DivClassName
{
background-color: #B595C4;
}
.BgClassName
{
background-color: #B595C4;
}
</style>
border-color css
<style>
span { border-color: #B595C4; }
span { border-color: rgb(181,149,196); }
td.TdClassName
{
border-color: #B595C4;
}
.TagClassName
{
border-color: #B595C4;
}
</style>