Shades of East Side #B78ACB
Tints of East Side #B78ACB
RGB
CMYK
RGB Variations
Color information
#B78ACB (or 0xB78ACB) is known color: East Side. HEX triplet: B7, 8A and CB. RGB value is (183,138,203). Sum of RGB (Red+Green+Blue) = 183+138+203=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #B78ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78ACB is #487534. Grayscale: #9E9E9E. Windows color (decimal): -4748597 or 13339319. OLE color: 13339319.
HSL color Cylindrical-coordinate representation of color #B78ACB: hue angle of 281.54º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B78ACB is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 138 | 203 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.20 |
| HSL | 281.54º | 0.38% | 0.67% | - |
| HSV(B) | 281.54º | 0.32% | 0.8% | - |
| XYZ | 39.4 | 32.56 | 60.71 | - |
| YUV | 158.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 203 | 0.10 | 0.32 | 0 | 0.20 | 281.54 | 0.38 | 0.67 |
| Hex | B7 | 8A | CB | A | 20 | 0 | 14 | 11A | 26 | 43 |
| Octal | 267 | 212 | 313 | 12 | 40 | 0 | 24 | 432 | 46 | 103 |
| Binary | 10110111 | 10001010 | 11001011 | 1010 | 100000 | 0 | 10100 | 100011010 | 100110 | 1000011 |
Color Harmonies of #B78ACB
Complementary color
Monochromatic Colors of #B78ACB
Black with #B78ACB
Text Example
Text Example
White with #B78ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78ACB; }
p { color: rgb(183,138,203); }
H1.HeaderClassName
{
color: #B78ACB;
}
.AnyTagClassName
{
color: #B78ACB;
}
</style>
background-color css
<style>
a { background-color: #B78ACB; }
a { background-color: rgb(183,138,203); }
div.DivClassName
{
background-color: #B78ACB;
}
.BgClassName
{
background-color: #B78ACB;
}
</style>
border-color css
<style>
span { border-color: #B78ACB; }
span { border-color: rgb(183,138,203); }
td.TdClassName
{
border-color: #B78ACB;
}
.TagClassName
{
border-color: #B78ACB;
}
</style>