#B383B9

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

Shades of East Side #B383B9

Tints of East Side #B383B9

Color information

#B383B9 (or 0xB383B9) is unknown color: approx East Side. HEX triplet: B3, 83 and B9. RGB value is (179,131,185). Sum of RGB (Red+Green+Blue) = 179+131+185=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 185 - color contains mainly: blue. Hex color #B383B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383B9 is #4C7C46. Grayscale: #979797. Windows color (decimal): -5012551 or 12157875. OLE color: 12157875.

HSL color Cylindrical-coordinate representation of color #B383B9: hue angle of 293.33º 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 #B383B9 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179131185-
CMYK0.030.2900.27
HSL293.33º27.84%61.96%-
HSV(B)293.33º29.19%72.55%-
XYZ35.4629.3249.69-
YUV151.51146.9147.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 185 (72.66% from 255) = 37.37%
R=36.16%
G=26.46%
B=37.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791311850.030.2900.27293.3327.8461.96
HexB383B931D01B1251c3e
Octal2632032713350334453476
Binary101100111000001110111001111110101101110010010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B383B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B383B9; }

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

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

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

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

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

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

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

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