Shades of East Side #B781CD
Tints of East Side #B781CD
RGB
CMYK
RGB Variations
Color information
#B781CD (or 0xB781CD) is known color: East Side. HEX triplet: B7, 81 and CD. RGB value is (183,129,205). Sum of RGB (Red+Green+Blue) = 183+129+205=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #B781CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781CD is #487E32. Grayscale: #999999. Windows color (decimal): -4750899 or 13468087. OLE color: 13468087.
HSL color Cylindrical-coordinate representation of color #B781CD: hue angle of 282.63º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B781CD is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 129 | 205 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.20 |
| HSL | 282.63º | 0.43% | 0.65% | - |
| HSV(B) | 282.63º | 0.37% | 0.8% | - |
| XYZ | 38.4 | 30.18 | 61.56 | - |
| YUV | 153.81 | 156.89 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 129 | 205 | 0.11 | 0.37 | 0 | 0.20 | 282.63 | 0.43 | 0.65 |
| Hex | B7 | 81 | CD | B | 25 | 0 | 14 | 11B | 2B | 41 |
| Octal | 267 | 201 | 315 | 13 | 45 | 0 | 24 | 433 | 53 | 101 |
| Binary | 10110111 | 10000001 | 11001101 | 1011 | 100101 | 0 | 10100 | 100011011 | 101011 | 1000001 |
Color Harmonies of #B781CD
Complementary color
Monochromatic Colors of #B781CD
Black with #B781CD
Text Example
Text Example
White with #B781CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B781CD; }
p { color: rgb(183,129,205); }
H1.HeaderClassName
{
color: #B781CD;
}
.AnyTagClassName
{
color: #B781CD;
}
</style>
background-color css
<style>
a { background-color: #B781CD; }
a { background-color: rgb(183,129,205); }
div.DivClassName
{
background-color: #B781CD;
}
.BgClassName
{
background-color: #B781CD;
}
</style>
border-color css
<style>
span { border-color: #B781CD; }
span { border-color: rgb(183,129,205); }
td.TdClassName
{
border-color: #B781CD;
}
.TagClassName
{
border-color: #B781CD;
}
</style>