Shades of East Side #B387D2
Tints of East Side #B387D2
RGB
CMYK
RGB Variations
Color information
#B387D2 (or 0xB387D2) is known color: East Side. HEX triplet: B3, 87 and D2. RGB value is (179,135,210). Sum of RGB (Red+Green+Blue) = 179+135+210=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 210 - color contains mainly: blue. Hex color #B387D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B387D2 is #4C782D. Grayscale: #9C9C9C. Windows color (decimal): -5011502 or 13797299. OLE color: 13797299.
HSL color Cylindrical-coordinate representation of color #B387D2: hue angle of 275.2º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B387D2 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 135 | 210 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.18 |
| HSL | 275.2º | 0.45% | 0.68% | - |
| HSV(B) | 275.2º | 0.36% | 0.82% | - |
| XYZ | 38.89 | 31.56 | 65.02 | - |
| YUV | 156.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 210 | 0.15 | 0.36 | 0 | 0.18 | 275.2 | 0.45 | 0.68 |
| Hex | B3 | 87 | D2 | F | 24 | 0 | 12 | 113 | 2D | 44 |
| Octal | 263 | 207 | 322 | 17 | 44 | 0 | 22 | 423 | 55 | 104 |
| Binary | 10110011 | 10000111 | 11010010 | 1111 | 100100 | 0 | 10010 | 100010011 | 101101 | 1000100 |
Color Harmonies of #B387D2
Complementary color
Monochromatic Colors of #B387D2
Black with #B387D2
Text Example
Text Example
White with #B387D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B387D2; }
p { color: rgb(179,135,210); }
H1.HeaderClassName
{
color: #B387D2;
}
.AnyTagClassName
{
color: #B387D2;
}
</style>
background-color css
<style>
a { background-color: #B387D2; }
a { background-color: rgb(179,135,210); }
div.DivClassName
{
background-color: #B387D2;
}
.BgClassName
{
background-color: #B387D2;
}
</style>
border-color css
<style>
span { border-color: #B387D2; }
span { border-color: rgb(179,135,210); }
td.TdClassName
{
border-color: #B387D2;
}
.TagClassName
{
border-color: #B387D2;
}
</style>