#B78ACC

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

Shades of East Side #B78ACC

Tints of East Side #B78ACC

Color information

#B78ACC (or 0xB78ACC) is unknown color: approx East Side. HEX triplet: B7, 8A and CC. RGB value is (183,138,204). Sum of RGB (Red+Green+Blue) = 183+138+204=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #B78ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78ACC is #487533. Grayscale: #9E9E9E. Windows color (decimal): -4748596 or 13404855. OLE color: 13404855.

HSL color Cylindrical-coordinate representation of color #B78ACC: hue angle of 280.91º degrees, saturation: 0.39, 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 #B78ACC is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB183138204-
CMYK0.100.3200.2
HSL280.91º39.29%67.06%-
HSV(B)280.91º32.35%80%-
XYZ39.5232.661.34-
YUV158.98153.41145.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.86%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=34.86%
G=26.29%
B=38.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831382040.100.3200.2280.9139.2967.06
HexB78ACCA200141192743
Octal267212314124002443147103
Binary10110111100010101100110010101000000101001000110011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78ACC; }

 p { color: rgb(183,138,204); }

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

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

 a { background-color: rgb(183,138,204); }

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

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

 span { border-color: rgb(183,138,204); }

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