Shades of East Side #B378CB
Tints of East Side #B378CB
RGB
CMYK
RGB Variations
Color information
#B378CB (or 0xB378CB) is known color: East Side. HEX triplet: B3, 78 and CB. RGB value is (179,120,203). Sum of RGB (Red+Green+Blue) = 179+120+203=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #B378CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378CB is #4C8734. Grayscale: #929292. Windows color (decimal): -5015349 or 13334707. OLE color: 13334707.
HSL color Cylindrical-coordinate representation of color #B378CB: hue angle of 282.65º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B378CB is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 120 | 203 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.20 |
| HSL | 282.65º | 0.44% | 0.63% | - |
| HSV(B) | 282.65º | 0.41% | 0.8% | - |
| XYZ | 36.09 | 27.33 | 59.87 | - |
| YUV | 147.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 203 | 0.12 | 0.41 | 0 | 0.20 | 282.65 | 0.44 | 0.63 |
| Hex | B3 | 78 | CB | C | 29 | 0 | 14 | 11B | 2C | 3F |
| Octal | 263 | 170 | 313 | 14 | 51 | 0 | 24 | 433 | 54 | 77 |
| Binary | 10110011 | 1111000 | 11001011 | 1100 | 101001 | 0 | 10100 | 100011011 | 101100 | 111111 |
Color Harmonies of #B378CB
Complementary color
Monochromatic Colors of #B378CB
Black with #B378CB
Text Example
Text Example
White with #B378CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B378CB; }
p { color: rgb(179,120,203); }
H1.HeaderClassName
{
color: #B378CB;
}
.AnyTagClassName
{
color: #B378CB;
}
</style>
background-color css
<style>
a { background-color: #B378CB; }
a { background-color: rgb(179,120,203); }
div.DivClassName
{
background-color: #B378CB;
}
.BgClassName
{
background-color: #B378CB;
}
</style>
border-color css
<style>
span { border-color: #B378CB; }
span { border-color: rgb(179,120,203); }
td.TdClassName
{
border-color: #B378CB;
}
.TagClassName
{
border-color: #B378CB;
}
</style>