Shades of East Side #B78FC4
Tints of East Side #B78FC4
RGB
CMYK
RGB Variations
Color information
#B78FC4 (or 0xB78FC4) is known color: East Side. HEX triplet: B7, 8F and C4. RGB value is (183,143,196). Sum of RGB (Red+Green+Blue) = 183+143+196=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 196 - color contains mainly: blue. Hex color #B78FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78FC4 is #48703B. Grayscale: #A0A0A0. Windows color (decimal): -4747324 or 12881847. OLE color: 12881847.
HSL color Cylindrical-coordinate representation of color #B78FC4: hue angle of 285.28º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B78FC4 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 143 | 196 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.23 |
| HSL | 285.28º | 0.31% | 0.66% | - |
| HSV(B) | 285.28º | 0.27% | 0.77% | - |
| XYZ | 39.31 | 33.7 | 56.66 | - |
| YUV | 161 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 196 | 0.07 | 0.27 | 0 | 0.23 | 285.28 | 0.31 | 0.66 |
| Hex | B7 | 8F | C4 | 7 | 1B | 0 | 17 | 11D | 1F | 42 |
| Octal | 267 | 217 | 304 | 7 | 33 | 0 | 27 | 435 | 37 | 102 |
| Binary | 10110111 | 10001111 | 11000100 | 111 | 11011 | 0 | 10111 | 100011101 | 11111 | 1000010 |
Color Harmonies of #B78FC4
Complementary color
Monochromatic Colors of #B78FC4
Black with #B78FC4
Text Example
Text Example
White with #B78FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78FC4; }
p { color: rgb(183,143,196); }
H1.HeaderClassName
{
color: #B78FC4;
}
.AnyTagClassName
{
color: #B78FC4;
}
</style>
background-color css
<style>
a { background-color: #B78FC4; }
a { background-color: rgb(183,143,196); }
div.DivClassName
{
background-color: #B78FC4;
}
.BgClassName
{
background-color: #B78FC4;
}
</style>
border-color css
<style>
span { border-color: #B78FC4; }
span { border-color: rgb(183,143,196); }
td.TdClassName
{
border-color: #B78FC4;
}
.TagClassName
{
border-color: #B78FC4;
}
</style>