Shades of East Side #B285B8
Tints of East Side #B285B8
RGB
CMYK
RGB Variations
Color information
#B285B8 (or 0xB285B8) is known color: East Side. HEX triplet: B2, 85 and B8. RGB value is (178,133,184). Sum of RGB (Red+Green+Blue) = 178+133+184=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 184 - color contains mainly: blue. Hex color #B285B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B285B8 is #4D7A47. Grayscale: #989898. Windows color (decimal): -5077576 or 12092850. OLE color: 12092850.
HSL color Cylindrical-coordinate representation of color #B285B8: hue angle of 292.94º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B285B8 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 133 | 184 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.28 |
| HSL | 292.94º | 0.26% | 0.62% | - |
| HSV(B) | 292.94º | 0.28% | 0.72% | - |
| XYZ | 35.4 | 29.7 | 49.21 | - |
| YUV | 152.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 184 | 0.03 | 0.28 | 0 | 0.28 | 292.94 | 0.26 | 0.62 |
| Hex | B2 | 85 | B8 | 3 | 1C | 0 | 1C | 125 | 1A | 3E |
| Octal | 262 | 205 | 270 | 3 | 34 | 0 | 34 | 445 | 32 | 76 |
| Binary | 10110010 | 10000101 | 10111000 | 11 | 11100 | 0 | 11100 | 100100101 | 11010 | 111110 |
Color Harmonies of #B285B8
Complementary color
Monochromatic Colors of #B285B8
Black with #B285B8
Text Example
Text Example
White with #B285B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B285B8; }
p { color: rgb(178,133,184); }
H1.HeaderClassName
{
color: #B285B8;
}
.AnyTagClassName
{
color: #B285B8;
}
</style>
background-color css
<style>
a { background-color: #B285B8; }
a { background-color: rgb(178,133,184); }
div.DivClassName
{
background-color: #B285B8;
}
.BgClassName
{
background-color: #B285B8;
}
</style>
border-color css
<style>
span { border-color: #B285B8; }
span { border-color: rgb(178,133,184); }
td.TdClassName
{
border-color: #B285B8;
}
.TagClassName
{
border-color: #B285B8;
}
</style>