#B383C0

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

Shades of East Side #B383C0

Tints of East Side #B383C0

Color information

#B383C0 (or 0xB383C0) is unknown color: approx East Side. HEX triplet: B3, 83 and C0. RGB value is (179,131,192). Sum of RGB (Red+Green+Blue) = 179+131+192=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #B383C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383C0 is #4C7C3F. Grayscale: #989898. Windows color (decimal): -5012544 or 12616627. OLE color: 12616627.

HSL color Cylindrical-coordinate representation of color #B383C0: hue angle of 287.21º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B383C0 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179131192-
CMYK0.070.3200.25
HSL287.21º32.62%63.33%-
HSV(B)287.21º31.77%75.29%-
XYZ36.2229.6253.68-
YUV152.31150.4147.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.66%
GREEN value IS 131 (51.56% from 255) = 26.10%
BLUE value IS 192 (75.39% from 255) = 38.25%
R=35.66%
G=26.10%
B=38.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791311920.070.3200.25287.2132.6263.33
HexB383C072001911f213f
Octal2632033007400314374177
Binary101100111000001111000000111100000011001100011111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B383C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B383C0; }

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

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

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

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

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

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

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

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