Shades of East Side #B075C1
Tints of East Side #B075C1
RGB
CMYK
RGB Variations
Color information
#B075C1 (or 0xB075C1) is known color: East Side. HEX triplet: B0, 75 and C1. RGB value is (176,117,193). Sum of RGB (Red+Green+Blue) = 176+117+193=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #B075C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075C1 is #4F8A3E. Grayscale: #8F8F8F. Windows color (decimal): -5212735 or 12678576. OLE color: 12678576.
HSL color Cylindrical-coordinate representation of color #B075C1: hue angle of 286.58º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B075C1 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 117 | 193 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.24 |
| HSL | 286.58º | 0.38% | 0.61% | - |
| HSV(B) | 286.58º | 0.39% | 0.76% | - |
| XYZ | 33.89 | 25.8 | 53.65 | - |
| YUV | 143.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 193 | 0.09 | 0.39 | 0 | 0.24 | 286.58 | 0.38 | 0.61 |
| Hex | B0 | 75 | C1 | 9 | 27 | 0 | 18 | 11F | 26 | 3D |
| Octal | 260 | 165 | 301 | 11 | 47 | 0 | 30 | 437 | 46 | 75 |
| Binary | 10110000 | 1110101 | 11000001 | 1001 | 100111 | 0 | 11000 | 100011111 | 100110 | 111101 |
Color Harmonies of #B075C1
Complementary color
Monochromatic Colors of #B075C1
Black with #B075C1
Text Example
Text Example
White with #B075C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B075C1; }
p { color: rgb(176,117,193); }
H1.HeaderClassName
{
color: #B075C1;
}
.AnyTagClassName
{
color: #B075C1;
}
</style>
background-color css
<style>
a { background-color: #B075C1; }
a { background-color: rgb(176,117,193); }
div.DivClassName
{
background-color: #B075C1;
}
.BgClassName
{
background-color: #B075C1;
}
</style>
border-color css
<style>
span { border-color: #B075C1; }
span { border-color: rgb(176,117,193); }
td.TdClassName
{
border-color: #B075C1;
}
.TagClassName
{
border-color: #B075C1;
}
</style>