#B381BA

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

Shades of East Side #B381BA

Tints of East Side #B381BA

Color information

#B381BA (or 0xB381BA) is unknown color: approx East Side. HEX triplet: B3, 81 and BA. RGB value is (179,129,186). Sum of RGB (Red+Green+Blue) = 179+129+186=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #B381BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381BA is #4C7E45. Grayscale: #969696. Windows color (decimal): -5013062 or 12222899. OLE color: 12222899.

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

Color convert

RGB179129186-
CMYK0.040.3100.27
HSL292.63º29.23%61.76%-
HSV(B)292.63º30.65%72.94%-
XYZ35.328.8350.16-
YUV150.45148.06148.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.23%
GREEN value IS 129 (50.78% from 255) = 26.11%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=36.23%
G=26.11%
B=37.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791291860.040.3100.27292.6329.2361.76
HexB381BA41F01B1251d3e
Octal2632012724370334453576
Binary1011001110000001101110101001111101101110010010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381BA; }

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

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

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

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

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

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

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

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