Shades of East Side #B785C1
Tints of East Side #B785C1
RGB
CMYK
RGB Variations
Color information
#B785C1 (or 0xB785C1) is known color: East Side. HEX triplet: B7, 85 and C1. RGB value is (183,133,193). Sum of RGB (Red+Green+Blue) = 183+133+193=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #B785C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B785C1 is #487A3E. Grayscale: #9A9A9A. Windows color (decimal): -4749887 or 12682679. OLE color: 12682679.
HSL color Cylindrical-coordinate representation of color #B785C1: hue angle of 290º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B785C1 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 133 | 193 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.24 |
| HSL | 290º | 0.33% | 0.64% | - |
| HSV(B) | 290º | 0.31% | 0.76% | - |
| XYZ | 37.54 | 30.69 | 54.4 | - |
| YUV | 154.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 193 | 0.05 | 0.31 | 0 | 0.24 | 290 | 0.33 | 0.64 |
| Hex | B7 | 85 | C1 | 5 | 1F | 0 | 18 | 122 | 21 | 40 |
| Octal | 267 | 205 | 301 | 5 | 37 | 0 | 30 | 442 | 41 | 100 |
| Binary | 10110111 | 10000101 | 11000001 | 101 | 11111 | 0 | 11000 | 100100010 | 100001 | 1000000 |
Color Harmonies of #B785C1
Complementary color
Monochromatic Colors of #B785C1
Black with #B785C1
Text Example
Text Example
White with #B785C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B785C1; }
p { color: rgb(183,133,193); }
H1.HeaderClassName
{
color: #B785C1;
}
.AnyTagClassName
{
color: #B785C1;
}
</style>
background-color css
<style>
a { background-color: #B785C1; }
a { background-color: rgb(183,133,193); }
div.DivClassName
{
background-color: #B785C1;
}
.BgClassName
{
background-color: #B785C1;
}
</style>
border-color css
<style>
span { border-color: #B785C1; }
span { border-color: rgb(183,133,193); }
td.TdClassName
{
border-color: #B785C1;
}
.TagClassName
{
border-color: #B785C1;
}
</style>