Shades of East Side #B285CB
Tints of East Side #B285CB
RGB
CMYK
RGB Variations
Color information
#B285CB (or 0xB285CB) is known color: East Side. HEX triplet: B2, 85 and CB. RGB value is (178,133,203). Sum of RGB (Red+Green+Blue) = 178+133+203=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #B285CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B285CB is #4D7A34. Grayscale: #9A9A9A. Windows color (decimal): -5077557 or 13338034. OLE color: 13338034.
HSL color Cylindrical-coordinate representation of color #B285CB: hue angle of 278.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B285CB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 133 | 203 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.20 |
| HSL | 278.57º | 0.4% | 0.66% | - |
| HSV(B) | 278.57º | 0.34% | 0.8% | - |
| XYZ | 37.53 | 30.55 | 60.42 | - |
| YUV | 154.44 | 155.41 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 203 | 0.12 | 0.34 | 0 | 0.20 | 278.57 | 0.4 | 0.66 |
| Hex | B2 | 85 | CB | C | 22 | 0 | 14 | 117 | 28 | 42 |
| Octal | 262 | 205 | 313 | 14 | 42 | 0 | 24 | 427 | 50 | 102 |
| Binary | 10110010 | 10000101 | 11001011 | 1100 | 100010 | 0 | 10100 | 100010111 | 101000 | 1000010 |
Color Harmonies of #B285CB
Complementary color
Monochromatic Colors of #B285CB
Black with #B285CB
Text Example
Text Example
White with #B285CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B285CB; }
p { color: rgb(178,133,203); }
H1.HeaderClassName
{
color: #B285CB;
}
.AnyTagClassName
{
color: #B285CB;
}
</style>
background-color css
<style>
a { background-color: #B285CB; }
a { background-color: rgb(178,133,203); }
div.DivClassName
{
background-color: #B285CB;
}
.BgClassName
{
background-color: #B285CB;
}
</style>
border-color css
<style>
span { border-color: #B285CB; }
span { border-color: rgb(178,133,203); }
td.TdClassName
{
border-color: #B285CB;
}
.TagClassName
{
border-color: #B285CB;
}
</style>