Shades of East Side #B391CA
Tints of East Side #B391CA
RGB
CMYK
RGB Variations
Color information
#B391CA (or 0xB391CA) is known color: East Side. HEX triplet: B3, 91 and CA. RGB value is (179,145,202). Sum of RGB (Red+Green+Blue) = 179+145+202=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #B391CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B391CA is #4C6E35. Grayscale: #A1A1A1. Windows color (decimal): -5008950 or 13275571. OLE color: 13275571.
HSL color Cylindrical-coordinate representation of color #B391CA: hue angle of 275.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B391CA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 145 | 202 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.21 |
| HSL | 275.79º | 0.35% | 0.68% | - |
| HSV(B) | 275.79º | 0.28% | 0.79% | - |
| XYZ | 39.38 | 34.1 | 60.38 | - |
| YUV | 161.66 | 150.76 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 202 | 0.11 | 0.28 | 0 | 0.21 | 275.79 | 0.35 | 0.68 |
| Hex | B3 | 91 | CA | B | 1C | 0 | 15 | 114 | 23 | 44 |
| Octal | 263 | 221 | 312 | 13 | 34 | 0 | 25 | 424 | 43 | 104 |
| Binary | 10110011 | 10010001 | 11001010 | 1011 | 11100 | 0 | 10101 | 100010100 | 100011 | 1000100 |
Color Harmonies of #B391CA
Complementary color
Monochromatic Colors of #B391CA
Black with #B391CA
Text Example
Text Example
White with #B391CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B391CA; }
p { color: rgb(179,145,202); }
H1.HeaderClassName
{
color: #B391CA;
}
.AnyTagClassName
{
color: #B391CA;
}
</style>
background-color css
<style>
a { background-color: #B391CA; }
a { background-color: rgb(179,145,202); }
div.DivClassName
{
background-color: #B391CA;
}
.BgClassName
{
background-color: #B391CA;
}
</style>
border-color css
<style>
span { border-color: #B391CA; }
span { border-color: rgb(179,145,202); }
td.TdClassName
{
border-color: #B391CA;
}
.TagClassName
{
border-color: #B391CA;
}
</style>