Shades of East Side #B385CB
Tints of East Side #B385CB
RGB
CMYK
RGB Variations
Color information
#B385CB (or 0xB385CB) is known color: East Side. HEX triplet: B3, 85 and CB. RGB value is (179,133,203). Sum of RGB (Red+Green+Blue) = 179+133+203=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #B385CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385CB is #4C7A34. Grayscale: #9A9A9A. Windows color (decimal): -5012021 or 13338035. OLE color: 13338035.
HSL color Cylindrical-coordinate representation of color #B385CB: hue angle of 279.43º 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 #B385CB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 133 | 203 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.20 |
| HSL | 279.43º | 0.4% | 0.66% | - |
| HSV(B) | 279.43º | 0.34% | 0.8% | - |
| XYZ | 37.76 | 30.67 | 60.43 | - |
| YUV | 154.73 | 155.24 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 203 | 0.12 | 0.34 | 0 | 0.20 | 279.43 | 0.4 | 0.66 |
| Hex | B3 | 85 | CB | C | 22 | 0 | 14 | 117 | 28 | 42 |
| Octal | 263 | 205 | 313 | 14 | 42 | 0 | 24 | 427 | 50 | 102 |
| Binary | 10110011 | 10000101 | 11001011 | 1100 | 100010 | 0 | 10100 | 100010111 | 101000 | 1000010 |
Color Harmonies of #B385CB
Complementary color
Monochromatic Colors of #B385CB
Black with #B385CB
Text Example
Text Example
White with #B385CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B385CB; }
p { color: rgb(179,133,203); }
H1.HeaderClassName
{
color: #B385CB;
}
.AnyTagClassName
{
color: #B385CB;
}
</style>
background-color css
<style>
a { background-color: #B385CB; }
a { background-color: rgb(179,133,203); }
div.DivClassName
{
background-color: #B385CB;
}
.BgClassName
{
background-color: #B385CB;
}
</style>
border-color css
<style>
span { border-color: #B385CB; }
span { border-color: rgb(179,133,203); }
td.TdClassName
{
border-color: #B385CB;
}
.TagClassName
{
border-color: #B385CB;
}
</style>