Shades of East Side #B785CF
Tints of East Side #B785CF
RGB
CMYK
RGB Variations
Color information
#B785CF (or 0xB785CF) is known color: East Side. HEX triplet: B7, 85 and CF. RGB value is (183,133,207). Sum of RGB (Red+Green+Blue) = 183+133+207=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #B785CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B785CF is #487A30. Grayscale: #9C9C9C. Windows color (decimal): -4749873 or 13600183. OLE color: 13600183.
HSL color Cylindrical-coordinate representation of color #B785CF: hue angle of 280.54º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B785CF is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 133 | 207 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.19 |
| HSL | 280.54º | 0.44% | 0.67% | - |
| HSV(B) | 280.54º | 0.36% | 0.81% | - |
| XYZ | 39.18 | 31.35 | 63.02 | - |
| YUV | 156.39 | 156.57 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 207 | 0.12 | 0.36 | 0 | 0.19 | 280.54 | 0.44 | 0.67 |
| Hex | B7 | 85 | CF | C | 24 | 0 | 13 | 119 | 2C | 43 |
| Octal | 267 | 205 | 317 | 14 | 44 | 0 | 23 | 431 | 54 | 103 |
| Binary | 10110111 | 10000101 | 11001111 | 1100 | 100100 | 0 | 10011 | 100011001 | 101100 | 1000011 |
Color Harmonies of #B785CF
Complementary color
Monochromatic Colors of #B785CF
Black with #B785CF
Text Example
Text Example
White with #B785CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B785CF; }
p { color: rgb(183,133,207); }
H1.HeaderClassName
{
color: #B785CF;
}
.AnyTagClassName
{
color: #B785CF;
}
</style>
background-color css
<style>
a { background-color: #B785CF; }
a { background-color: rgb(183,133,207); }
div.DivClassName
{
background-color: #B785CF;
}
.BgClassName
{
background-color: #B785CF;
}
</style>
border-color css
<style>
span { border-color: #B785CF; }
span { border-color: rgb(183,133,207); }
td.TdClassName
{
border-color: #B785CF;
}
.TagClassName
{
border-color: #B785CF;
}
</style>