#B383CE

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

Shades of East Side #B383CE

Tints of East Side #B383CE

Color information

#B383CE (or 0xB383CE) is unknown color: approx East Side. HEX triplet: B3, 83 and CE. RGB value is (179,131,206). Sum of RGB (Red+Green+Blue) = 179+131+206=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #B383CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383CE is #4C7C31. Grayscale: #999999. Windows color (decimal): -5012530 or 13534131. OLE color: 13534131.

HSL color Cylindrical-coordinate representation of color #B383CE: hue angle of 278.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B383CE is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179131206-
CMYK0.130.3600.19
HSL278.4º43.35%66.08%-
HSV(B)278.4º36.41%80.78%-
XYZ37.8530.2762.24-
YUV153.9157.4145.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.69%
GREEN value IS 131 (51.56% from 255) = 25.39%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=34.69%
G=25.39%
B=39.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791312060.130.3600.19278.443.3566.08
HexB383CED240131162b42
Octal263203316154402342653102
Binary10110011100000111100111011011001000100111000101101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B383CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B383CE; }

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

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

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

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

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

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

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

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