#B382BA

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

Shades of East Side #B382BA

Tints of East Side #B382BA

Color information

#B382BA (or 0xB382BA) is unknown color: approx East Side. HEX triplet: B3, 82 and BA. RGB value is (179,130,186). Sum of RGB (Red+Green+Blue) = 179+130+186=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #B382BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382BA is #4C7D45. Grayscale: #969696. Windows color (decimal): -5012806 or 12223155. OLE color: 12223155.

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

Color convert

RGB179130186-
CMYK0.040.3000.27
HSL292.5º28.87%61.96%-
HSV(B)292.5º30.11%72.94%-
XYZ35.4429.0950.2-
YUV151.04147.73147.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 130 (51.17% from 255) = 26.26%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=36.16%
G=26.26%
B=37.58%

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
Decimal1791301860.040.3000.27292.528.8761.96
HexB382BA41E01B1241d3e
Octal2632022724360334443576
Binary1011001110000010101110101001111001101110010010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382BA; }

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

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

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

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

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

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

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

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