#B383BA

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

Shades of East Side #B383BA

Tints of East Side #B383BA

Color information

#B383BA (or 0xB383BA) is unknown color: approx East Side. HEX triplet: B3, 83 and BA. RGB value is (179,131,186). Sum of RGB (Red+Green+Blue) = 179+131+186=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #B383BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383BA is #4C7C45. Grayscale: #979797. Windows color (decimal): -5012550 or 12223411. OLE color: 12223411.

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

Color convert

RGB179131186-
CMYK0.040.3000.27
HSL292.36º28.5%62.16%-
HSV(B)292.36º29.57%72.94%-
XYZ35.5729.3650.25-
YUV151.62147.4147.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 131 (51.56% from 255) = 26.41%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=36.09%
G=26.41%
B=37.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791311860.040.3000.27292.3628.562.16
HexB383BA41E01B1241c3e
Octal2632032724360334443476
Binary1011001110000011101110101001111001101110010010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B383BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B383BA; }

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

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

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

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

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

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

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

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