Shades of East Side #B275BD
Tints of East Side #B275BD
RGB
CMYK
RGB Variations
Color information
#B275BD (or 0xB275BD) is known color: East Side. HEX triplet: B2, 75 and BD. RGB value is (178,117,189). Sum of RGB (Red+Green+Blue) = 178+117+189=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #B275BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275BD is #4D8A42. Grayscale: #8F8F8F. Windows color (decimal): -5081667 or 12416434. OLE color: 12416434.
HSL color Cylindrical-coordinate representation of color #B275BD: hue angle of 290.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B275BD is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 117 | 189 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.26 |
| HSL | 290.83º | 0.35% | 0.6% | - |
| HSV(B) | 290.83º | 0.38% | 0.74% | - |
| XYZ | 33.91 | 25.86 | 51.35 | - |
| YUV | 143.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 189 | 0.06 | 0.38 | 0 | 0.26 | 290.83 | 0.35 | 0.6 |
| Hex | B2 | 75 | BD | 6 | 26 | 0 | 1A | 123 | 23 | 3C |
| Octal | 262 | 165 | 275 | 6 | 46 | 0 | 32 | 443 | 43 | 74 |
| Binary | 10110010 | 1110101 | 10111101 | 110 | 100110 | 0 | 11010 | 100100011 | 100011 | 111100 |
Color Harmonies of #B275BD
Complementary color
Monochromatic Colors of #B275BD
Black with #B275BD
Text Example
Text Example
White with #B275BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B275BD; }
p { color: rgb(178,117,189); }
H1.HeaderClassName
{
color: #B275BD;
}
.AnyTagClassName
{
color: #B275BD;
}
</style>
background-color css
<style>
a { background-color: #B275BD; }
a { background-color: rgb(178,117,189); }
div.DivClassName
{
background-color: #B275BD;
}
.BgClassName
{
background-color: #B275BD;
}
</style>
border-color css
<style>
span { border-color: #B275BD; }
span { border-color: rgb(178,117,189); }
td.TdClassName
{
border-color: #B275BD;
}
.TagClassName
{
border-color: #B275BD;
}
</style>