Shades of East Side #B78CCB
Tints of East Side #B78CCB
RGB
CMYK
RGB Variations
Color information
#B78CCB (or 0xB78CCB) is known color: East Side. HEX triplet: B7, 8C and CB. RGB value is (183,140,203). Sum of RGB (Red+Green+Blue) = 183+140+203=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #B78CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78CCB is #487334. Grayscale: #9F9F9F. Windows color (decimal): -4748085 or 13339831. OLE color: 13339831.
HSL color Cylindrical-coordinate representation of color #B78CCB: hue angle of 280.95º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B78CCB is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 140 | 203 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.20 |
| HSL | 280.95º | 0.38% | 0.67% | - |
| HSV(B) | 280.95º | 0.31% | 0.8% | - |
| XYZ | 39.69 | 33.14 | 60.8 | - |
| YUV | 160.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 203 | 0.10 | 0.31 | 0 | 0.20 | 280.95 | 0.38 | 0.67 |
| Hex | B7 | 8C | CB | A | 1F | 0 | 14 | 119 | 26 | 43 |
| Octal | 267 | 214 | 313 | 12 | 37 | 0 | 24 | 431 | 46 | 103 |
| Binary | 10110111 | 10001100 | 11001011 | 1010 | 11111 | 0 | 10100 | 100011001 | 100110 | 1000011 |
Color Harmonies of #B78CCB
Complementary color
Monochromatic Colors of #B78CCB
Black with #B78CCB
Text Example
Text Example
White with #B78CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78CCB; }
p { color: rgb(183,140,203); }
H1.HeaderClassName
{
color: #B78CCB;
}
.AnyTagClassName
{
color: #B78CCB;
}
</style>
background-color css
<style>
a { background-color: #B78CCB; }
a { background-color: rgb(183,140,203); }
div.DivClassName
{
background-color: #B78CCB;
}
.BgClassName
{
background-color: #B78CCB;
}
</style>
border-color css
<style>
span { border-color: #B78CCB; }
span { border-color: rgb(183,140,203); }
td.TdClassName
{
border-color: #B78CCB;
}
.TagClassName
{
border-color: #B78CCB;
}
</style>