#B78ABF

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

Shades of East Side #B78ABF

Tints of East Side #B78ABF

Color information

#B78ABF (or 0xB78ABF) is unknown color: approx East Side. HEX triplet: B7, 8A and BF. RGB value is (183,138,191). Sum of RGB (Red+Green+Blue) = 183+138+191=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #B78ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78ABF is #487540. Grayscale: #9D9D9D. Windows color (decimal): -4748609 or 12552887. OLE color: 12552887.

HSL color Cylindrical-coordinate representation of color #B78ABF: hue angle of 290.94º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B78ABF is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183138191-
CMYK0.040.2800.25
HSL290.94º29.28%64.51%-
HSV(B)290.94º27.75%74.9%-
XYZ38.0232.0153.46-
YUV157.5146.91146.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.74%
GREEN value IS 138 (54.30% from 255) = 26.95%
BLUE value IS 191 (75% from 255) = 37.30%
R=35.74%
G=26.95%
B=37.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831381910.040.2800.25290.9429.2864.51
HexB78ABF41C0191231d41
Octal26721227743403144335101
Binary10110111100010101011111110011100011001100100011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78ABF; }

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

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

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

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

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

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

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

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