#B383BC

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

Shades of East Side #B383BC

Tints of East Side #B383BC

Color information

#B383BC (or 0xB383BC) is unknown color: approx East Side. HEX triplet: B3, 83 and BC. RGB value is (179,131,188). Sum of RGB (Red+Green+Blue) = 179+131+188=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #B383BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383BC is #4C7C43. Grayscale: #979797. Windows color (decimal): -5012548 or 12354483. OLE color: 12354483.

HSL color Cylindrical-coordinate representation of color #B383BC: hue angle of 290.53º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B383BC is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179131188-
CMYK0.050.3000.26
HSL290.53º29.84%62.55%-
HSV(B)290.53º30.32%73.73%-
XYZ35.7829.4551.37-
YUV151.85148.4147.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.94%
GREEN value IS 131 (51.56% from 255) = 26.31%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=35.94%
G=26.31%
B=37.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791311880.050.3000.26290.5329.8462.55
HexB383BC51E01A1231e3f
Octal2632032745360324433677
Binary1011001110000011101111001011111001101010010001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B383BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B383BC; }

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

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

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

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

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

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

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

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