Shades of East Side #B782D7
Tints of East Side #B782D7
RGB
CMYK
RGB Variations
Color information
#B782D7 (or 0xB782D7) is known color: East Side. HEX triplet: B7, 82 and D7. RGB value is (183,130,215). Sum of RGB (Red+Green+Blue) = 183+130+215=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #B782D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B782D7 is #487D28. Grayscale: #9B9B9B. Windows color (decimal): -4750633 or 14123703. OLE color: 14123703.
HSL color Cylindrical-coordinate representation of color #B782D7: hue angle of 277.41º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B782D7 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 130 | 215 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.16 |
| HSL | 277.41º | 0.52% | 0.68% | - |
| HSV(B) | 277.41º | 0.4% | 0.84% | - |
| XYZ | 39.78 | 30.94 | 68.17 | - |
| YUV | 155.54 | 161.56 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 215 | 0.15 | 0.40 | 0 | 0.16 | 277.41 | 0.52 | 0.68 |
| Hex | B7 | 82 | D7 | F | 28 | 0 | 10 | 115 | 34 | 44 |
| Octal | 267 | 202 | 327 | 17 | 50 | 0 | 20 | 425 | 64 | 104 |
| Binary | 10110111 | 10000010 | 11010111 | 1111 | 101000 | 0 | 10000 | 100010101 | 110100 | 1000100 |
Color Harmonies of #B782D7
Complementary color
Monochromatic Colors of #B782D7
Black with #B782D7
Text Example
Text Example
White with #B782D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B782D7; }
p { color: rgb(183,130,215); }
H1.HeaderClassName
{
color: #B782D7;
}
.AnyTagClassName
{
color: #B782D7;
}
</style>
background-color css
<style>
a { background-color: #B782D7; }
a { background-color: rgb(183,130,215); }
div.DivClassName
{
background-color: #B782D7;
}
.BgClassName
{
background-color: #B782D7;
}
</style>
border-color css
<style>
span { border-color: #B782D7; }
span { border-color: rgb(183,130,215); }
td.TdClassName
{
border-color: #B782D7;
}
.TagClassName
{
border-color: #B782D7;
}
</style>