Shades of East Side #B375CA
Tints of East Side #B375CA
RGB
CMYK
RGB Variations
Color information
#B375CA (or 0xB375CA) is known color: East Side. HEX triplet: B3, 75 and CA. RGB value is (179,117,202). Sum of RGB (Red+Green+Blue) = 179+117+202=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #B375CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375CA is #4C8A35. Grayscale: #909090. Windows color (decimal): -5016118 or 13268403. OLE color: 13268403.
HSL color Cylindrical-coordinate representation of color #B375CA: hue angle of 283.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B375CA is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 117 | 202 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.21 |
| HSL | 283.76º | 0.45% | 0.63% | - |
| HSV(B) | 283.76º | 0.42% | 0.79% | - |
| XYZ | 35.61 | 26.57 | 59.13 | - |
| YUV | 145.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 202 | 0.11 | 0.42 | 0 | 0.21 | 283.76 | 0.45 | 0.63 |
| Hex | B3 | 75 | CA | B | 2A | 0 | 15 | 11C | 2D | 3F |
| Octal | 263 | 165 | 312 | 13 | 52 | 0 | 25 | 434 | 55 | 77 |
| Binary | 10110011 | 1110101 | 11001010 | 1011 | 101010 | 0 | 10101 | 100011100 | 101101 | 111111 |
Color Harmonies of #B375CA
Complementary color
Monochromatic Colors of #B375CA
Black with #B375CA
Text Example
Text Example
White with #B375CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B375CA; }
p { color: rgb(179,117,202); }
H1.HeaderClassName
{
color: #B375CA;
}
.AnyTagClassName
{
color: #B375CA;
}
</style>
background-color css
<style>
a { background-color: #B375CA; }
a { background-color: rgb(179,117,202); }
div.DivClassName
{
background-color: #B375CA;
}
.BgClassName
{
background-color: #B375CA;
}
</style>
border-color css
<style>
span { border-color: #B375CA; }
span { border-color: rgb(179,117,202); }
td.TdClassName
{
border-color: #B375CA;
}
.TagClassName
{
border-color: #B375CA;
}
</style>