Shades of East Side #B595C1
Tints of East Side #B595C1
RGB
CMYK
RGB Variations
Color information
#B595C1 (or 0xB595C1) is known color: East Side. HEX triplet: B5, 95 and C1. RGB value is (181,149,193). Sum of RGB (Red+Green+Blue) = 181+149+193=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #B595C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595C1 is #4A6A3E. Grayscale: #A3A3A3. Windows color (decimal): -4876863 or 12686773. OLE color: 12686773.
HSL color Cylindrical-coordinate representation of color #B595C1: hue angle of 283.64º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B595C1 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 149 | 193 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.24 |
| HSL | 283.64º | 0.26% | 0.67% | - |
| HSV(B) | 283.64º | 0.23% | 0.76% | - |
| XYZ | 39.43 | 35.17 | 55.16 | - |
| YUV | 163.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 193 | 0.06 | 0.23 | 0 | 0.24 | 283.64 | 0.26 | 0.67 |
| Hex | B5 | 95 | C1 | 6 | 17 | 0 | 18 | 11C | 1A | 43 |
| Octal | 265 | 225 | 301 | 6 | 27 | 0 | 30 | 434 | 32 | 103 |
| Binary | 10110101 | 10010101 | 11000001 | 110 | 10111 | 0 | 11000 | 100011100 | 11010 | 1000011 |
Color Harmonies of #B595C1
Complementary color
Monochromatic Colors of #B595C1
Black with #B595C1
Text Example
Text Example
White with #B595C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B595C1; }
p { color: rgb(181,149,193); }
H1.HeaderClassName
{
color: #B595C1;
}
.AnyTagClassName
{
color: #B595C1;
}
</style>
background-color css
<style>
a { background-color: #B595C1; }
a { background-color: rgb(181,149,193); }
div.DivClassName
{
background-color: #B595C1;
}
.BgClassName
{
background-color: #B595C1;
}
</style>
border-color css
<style>
span { border-color: #B595C1; }
span { border-color: rgb(181,149,193); }
td.TdClassName
{
border-color: #B595C1;
}
.TagClassName
{
border-color: #B595C1;
}
</style>