#B78DC9

Color #B78DC9 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B78DC9

Tints of East Side #B78DC9

Color information

#B78DC9 (or 0xB78DC9) is unknown color: approx East Side. HEX triplet: B7, 8D and C9. RGB value is (183,141,201). Sum of RGB (Red+Green+Blue) = 183+141+201=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #B78DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78DC9 is #487236. Grayscale: #A0A0A0. Windows color (decimal): -4747831 or 13209015. OLE color: 13209015.

HSL color Cylindrical-coordinate representation of color #B78DC9: hue angle of 282º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B78DC9 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183141201-
CMYK0.090.3000.21
HSL282º35.71%67.06%-
HSV(B)282º29.85%78.82%-
XYZ39.633.3359.61-
YUV160.4150.91144.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 34.86%
GREEN value IS 141 (55.47% from 255) = 26.86%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=34.86%
G=26.86%
B=38.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831412010.090.3000.2128235.7167.06
HexB78DC991E01511a2443
Octal267215311113602543244103
Binary1011011110001101110010011001111100101011000110101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DC9; }

 p { color: rgb(183,141,201); }

 H1.HeaderClassName
 {
   color: #B78DC9;
 }
 .AnyTagClassName
 {
   color: #B78DC9;
 }
</style>
background-color css

<style>
 a { background-color: #B78DC9; }

 a { background-color: rgb(183,141,201); }

 div.DivClassName
 {
   background-color: #B78DC9;
 }
 .BgClassName
 {
   background-color: #B78DC9;
 }
</style>
border-color css

<style>
 span { border-color: #B78DC9; }

 span { border-color: rgb(183,141,201); }

 td.TdClassName
 {
   border-color: #B78DC9;
 }
 .TagClassName
 {
   border-color: #B78DC9;
 }
</style>