#B78FC4

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

Shades of East Side #B78FC4

Tints of East Side #B78FC4

Color information

#B78FC4 (or 0xB78FC4) is unknown color: approx 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

RGB183143196-
CMYK0.070.2700.23
HSL285.28º30.99%66.47%-
HSV(B)285.28º27.04%76.86%-
XYZ39.3133.756.66-
YUV161147.75143.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.06%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 196 (76.95% from 255) = 37.55%
R=35.06%
G=27.39%
B=37.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831431960.070.2700.23285.2830.9966.47
HexB78FC471B01711d1f42
Octal26721730473302743537102
Binary10110111100011111100010011111011010111100011101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>