#B384BA

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

Shades of East Side #B384BA

Tints of East Side #B384BA

Color information

#B384BA (or 0xB384BA) is unknown color: approx East Side. HEX triplet: B3, 84 and BA. RGB value is (179,132,186). Sum of RGB (Red+Green+Blue) = 179+132+186=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #B384BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384BA is #4C7B45. Grayscale: #989898. Windows color (decimal): -5012294 or 12223667. OLE color: 12223667.

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

Color convert

RGB179132186-
CMYK0.040.2900.27
HSL292.22º28.12%62.35%-
HSV(B)292.22º29.03%72.94%-
XYZ35.729.6350.29-
YUV152.21147.07147.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=36.02%
G=26.56%
B=37.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791321860.040.2900.27292.2228.1262.35
HexB384BA41D01B1241c3e
Octal2632042724350334443476
Binary1011001110000100101110101001110101101110010010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B384BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B384BA; }

 p { color: rgb(179,132,186); }

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

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

 a { background-color: rgb(179,132,186); }

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

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

 span { border-color: rgb(179,132,186); }

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