Shades of East Side #B075CE
Tints of East Side #B075CE
RGB
CMYK
RGB Variations
Color information
#B075CE (or 0xB075CE) is known color: East Side. HEX triplet: B0, 75 and CE. RGB value is (176,117,206). Sum of RGB (Red+Green+Blue) = 176+117+206=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #B075CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075CE is #4F8A31. Grayscale: #909090. Windows color (decimal): -5212722 or 13530544. OLE color: 13530544.
HSL color Cylindrical-coordinate representation of color #B075CE: hue angle of 279.78º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B075CE is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 117 | 206 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.19 |
| HSL | 279.78º | 0.48% | 0.63% | - |
| HSV(B) | 279.78º | 0.43% | 0.81% | - |
| XYZ | 35.41 | 26.41 | 61.62 | - |
| YUV | 144.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 206 | 0.15 | 0.43 | 0 | 0.19 | 279.78 | 0.48 | 0.63 |
| Hex | B0 | 75 | CE | F | 2B | 0 | 13 | 118 | 30 | 3F |
| Octal | 260 | 165 | 316 | 17 | 53 | 0 | 23 | 430 | 60 | 77 |
| Binary | 10110000 | 1110101 | 11001110 | 1111 | 101011 | 0 | 10011 | 100011000 | 110000 | 111111 |
Color Harmonies of #B075CE
Complementary color
Monochromatic Colors of #B075CE
Black with #B075CE
Text Example
Text Example
White with #B075CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B075CE; }
p { color: rgb(176,117,206); }
H1.HeaderClassName
{
color: #B075CE;
}
.AnyTagClassName
{
color: #B075CE;
}
</style>
background-color css
<style>
a { background-color: #B075CE; }
a { background-color: rgb(176,117,206); }
div.DivClassName
{
background-color: #B075CE;
}
.BgClassName
{
background-color: #B075CE;
}
</style>
border-color css
<style>
span { border-color: #B075CE; }
span { border-color: rgb(176,117,206); }
td.TdClassName
{
border-color: #B075CE;
}
.TagClassName
{
border-color: #B075CE;
}
</style>