Shades of East Side #B275CC
Tints of East Side #B275CC
RGB
CMYK
RGB Variations
Color information
#B275CC (or 0xB275CC) is known color: East Side. HEX triplet: B2, 75 and CC. RGB value is (178,117,204). Sum of RGB (Red+Green+Blue) = 178+117+204=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #B275CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275CC is #4D8A33. Grayscale: #909090. Windows color (decimal): -5081652 or 13399474. OLE color: 13399474.
HSL color Cylindrical-coordinate representation of color #B275CC: hue angle of 282.07º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B275CC is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 117 | 204 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.2 |
| HSL | 282.07º | 0.46% | 0.63% | - |
| HSV(B) | 282.07º | 0.43% | 0.8% | - |
| XYZ | 35.62 | 26.55 | 60.37 | - |
| YUV | 145.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 204 | 0.13 | 0.43 | 0 | 0.2 | 282.07 | 0.46 | 0.63 |
| Hex | B2 | 75 | CC | D | 2B | 0 | 14 | 11A | 2E | 3F |
| Octal | 262 | 165 | 314 | 15 | 53 | 0 | 24 | 432 | 56 | 77 |
| Binary | 10110010 | 1110101 | 11001100 | 1101 | 101011 | 0 | 10100 | 100011010 | 101110 | 111111 |
Color Harmonies of #B275CC
Complementary color
Monochromatic Colors of #B275CC
Black with #B275CC
Text Example
Text Example
White with #B275CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B275CC; }
p { color: rgb(178,117,204); }
H1.HeaderClassName
{
color: #B275CC;
}
.AnyTagClassName
{
color: #B275CC;
}
</style>
background-color css
<style>
a { background-color: #B275CC; }
a { background-color: rgb(178,117,204); }
div.DivClassName
{
background-color: #B275CC;
}
.BgClassName
{
background-color: #B275CC;
}
</style>
border-color css
<style>
span { border-color: #B275CC; }
span { border-color: rgb(178,117,204); }
td.TdClassName
{
border-color: #B275CC;
}
.TagClassName
{
border-color: #B275CC;
}
</style>