Shades of East Side #B78CCD
Tints of East Side #B78CCD
RGB
CMYK
RGB Variations
Color information
#B78CCD (or 0xB78CCD) is known color: East Side. HEX triplet: B7, 8C and CD. RGB value is (183,140,205). Sum of RGB (Red+Green+Blue) = 183+140+205=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #B78CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78CCD is #487332. Grayscale: #A0A0A0. Windows color (decimal): -4748083 or 13470903. OLE color: 13470903.
HSL color Cylindrical-coordinate representation of color #B78CCD: hue angle of 279.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B78CCD is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 140 | 205 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.20 |
| HSL | 279.69º | 0.39% | 0.68% | - |
| HSV(B) | 279.69º | 0.32% | 0.8% | - |
| XYZ | 39.93 | 33.23 | 62.07 | - |
| YUV | 160.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 205 | 0.11 | 0.32 | 0 | 0.20 | 279.69 | 0.39 | 0.68 |
| Hex | B7 | 8C | CD | B | 20 | 0 | 14 | 118 | 27 | 44 |
| Octal | 267 | 214 | 315 | 13 | 40 | 0 | 24 | 430 | 47 | 104 |
| Binary | 10110111 | 10001100 | 11001101 | 1011 | 100000 | 0 | 10100 | 100011000 | 100111 | 1000100 |
Color Harmonies of #B78CCD
Complementary color
Monochromatic Colors of #B78CCD
Black with #B78CCD
Text Example
Text Example
White with #B78CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78CCD; }
p { color: rgb(183,140,205); }
H1.HeaderClassName
{
color: #B78CCD;
}
.AnyTagClassName
{
color: #B78CCD;
}
</style>
background-color css
<style>
a { background-color: #B78CCD; }
a { background-color: rgb(183,140,205); }
div.DivClassName
{
background-color: #B78CCD;
}
.BgClassName
{
background-color: #B78CCD;
}
</style>
border-color css
<style>
span { border-color: #B78CCD; }
span { border-color: rgb(183,140,205); }
td.TdClassName
{
border-color: #B78CCD;
}
.TagClassName
{
border-color: #B78CCD;
}
</style>