Shades of East Side #B495C1
Tints of East Side #B495C1
RGB
CMYK
RGB Variations
Color information
#B495C1 (or 0xB495C1) is known color: East Side. HEX triplet: B4, 95 and C1. RGB value is (180,149,193). Sum of RGB (Red+Green+Blue) = 180+149+193=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #B495C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495C1 is #4B6A3E. Grayscale: #A3A3A3. Windows color (decimal): -4942399 or 12686772. OLE color: 12686772.
HSL color Cylindrical-coordinate representation of color #B495C1: hue angle of 282.27º 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 #B495C1 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 149 | 193 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.24 |
| HSL | 282.27º | 0.26% | 0.67% | - |
| HSV(B) | 282.27º | 0.23% | 0.76% | - |
| XYZ | 39.2 | 35.05 | 55.15 | - |
| YUV | 163.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 193 | 0.07 | 0.23 | 0 | 0.24 | 282.27 | 0.26 | 0.67 |
| Hex | B4 | 95 | C1 | 7 | 17 | 0 | 18 | 11A | 1A | 43 |
| Octal | 264 | 225 | 301 | 7 | 27 | 0 | 30 | 432 | 32 | 103 |
| Binary | 10110100 | 10010101 | 11000001 | 111 | 10111 | 0 | 11000 | 100011010 | 11010 | 1000011 |
Color Harmonies of #B495C1
Complementary color
Monochromatic Colors of #B495C1
Black with #B495C1
Text Example
Text Example
White with #B495C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B495C1; }
p { color: rgb(180,149,193); }
H1.HeaderClassName
{
color: #B495C1;
}
.AnyTagClassName
{
color: #B495C1;
}
</style>
background-color css
<style>
a { background-color: #B495C1; }
a { background-color: rgb(180,149,193); }
div.DivClassName
{
background-color: #B495C1;
}
.BgClassName
{
background-color: #B495C1;
}
</style>
border-color css
<style>
span { border-color: #B495C1; }
span { border-color: rgb(180,149,193); }
td.TdClassName
{
border-color: #B495C1;
}
.TagClassName
{
border-color: #B495C1;
}
</style>