Shades of East Side #B385D2
Tints of East Side #B385D2
RGB
CMYK
RGB Variations
Color information
#B385D2 (or 0xB385D2) is known color: East Side. HEX triplet: B3, 85 and D2. RGB value is (179,133,210). Sum of RGB (Red+Green+Blue) = 179+133+210=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #B385D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385D2 is #4C7A2D. Grayscale: #9B9B9B. Windows color (decimal): -5012014 or 13796787. OLE color: 13796787.
HSL color Cylindrical-coordinate representation of color #B385D2: hue angle of 275.84º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B385D2 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 133 | 210 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.18 |
| HSL | 275.84º | 0.46% | 0.67% | - |
| HSV(B) | 275.84º | 0.37% | 0.82% | - |
| XYZ | 38.61 | 31.01 | 64.92 | - |
| YUV | 155.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 210 | 0.15 | 0.37 | 0 | 0.18 | 275.84 | 0.46 | 0.67 |
| Hex | B3 | 85 | D2 | F | 25 | 0 | 12 | 114 | 2E | 43 |
| Octal | 263 | 205 | 322 | 17 | 45 | 0 | 22 | 424 | 56 | 103 |
| Binary | 10110011 | 10000101 | 11010010 | 1111 | 100101 | 0 | 10010 | 100010100 | 101110 | 1000011 |
Color Harmonies of #B385D2
Complementary color
Monochromatic Colors of #B385D2
Black with #B385D2
Text Example
Text Example
White with #B385D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B385D2; }
p { color: rgb(179,133,210); }
H1.HeaderClassName
{
color: #B385D2;
}
.AnyTagClassName
{
color: #B385D2;
}
</style>
background-color css
<style>
a { background-color: #B385D2; }
a { background-color: rgb(179,133,210); }
div.DivClassName
{
background-color: #B385D2;
}
.BgClassName
{
background-color: #B385D2;
}
</style>
border-color css
<style>
span { border-color: #B385D2; }
span { border-color: rgb(179,133,210); }
td.TdClassName
{
border-color: #B385D2;
}
.TagClassName
{
border-color: #B385D2;
}
</style>