Shades of East Side #B389CB
Tints of East Side #B389CB
RGB
CMYK
RGB Variations
Color information
#B389CB (or 0xB389CB) is known color: East Side. HEX triplet: B3, 89 and CB. RGB value is (179,137,203). Sum of RGB (Red+Green+Blue) = 179+137+203=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #B389CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389CB is #4C7634. Grayscale: #9C9C9C. Windows color (decimal): -5010997 or 13339059. OLE color: 13339059.
HSL color Cylindrical-coordinate representation of color #B389CB: hue angle of 278.18º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B389CB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 137 | 203 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.20 |
| HSL | 278.18º | 0.39% | 0.67% | - |
| HSV(B) | 278.18º | 0.33% | 0.8% | - |
| XYZ | 38.32 | 31.79 | 60.62 | - |
| YUV | 157.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 203 | 0.12 | 0.33 | 0 | 0.20 | 278.18 | 0.39 | 0.67 |
| Hex | B3 | 89 | CB | C | 21 | 0 | 14 | 116 | 27 | 43 |
| Octal | 263 | 211 | 313 | 14 | 41 | 0 | 24 | 426 | 47 | 103 |
| Binary | 10110011 | 10001001 | 11001011 | 1100 | 100001 | 0 | 10100 | 100010110 | 100111 | 1000011 |
Color Harmonies of #B389CB
Complementary color
Monochromatic Colors of #B389CB
Black with #B389CB
Text Example
Text Example
White with #B389CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B389CB; }
p { color: rgb(179,137,203); }
H1.HeaderClassName
{
color: #B389CB;
}
.AnyTagClassName
{
color: #B389CB;
}
</style>
background-color css
<style>
a { background-color: #B389CB; }
a { background-color: rgb(179,137,203); }
div.DivClassName
{
background-color: #B389CB;
}
.BgClassName
{
background-color: #B389CB;
}
</style>
border-color css
<style>
span { border-color: #B389CB; }
span { border-color: rgb(179,137,203); }
td.TdClassName
{
border-color: #B389CB;
}
.TagClassName
{
border-color: #B389CB;
}
</style>