#B482BA

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

Shades of East Side #B482BA

Tints of East Side #B482BA

Color information

#B482BA (or 0xB482BA) is unknown color: approx East Side. HEX triplet: B4, 82 and BA. RGB value is (180,130,186). Sum of RGB (Red+Green+Blue) = 180+130+186=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #B482BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482BA is #4B7D45. Grayscale: #979797. Windows color (decimal): -4947270 or 12223156. OLE color: 12223156.

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

Color convert

RGB180130186-
CMYK0.030.3000.27
HSL293.57º28.87%61.96%-
HSV(B)293.57º30.11%72.94%-
XYZ35.6729.2150.21-
YUV151.33147.56148.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=36.29%
G=26.21%
B=37.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801301860.030.3000.27293.5728.8761.96
HexB482BA31E01B1261d3e
Octal2642022723360334463576
Binary101101001000001010111010111111001101110010011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B482BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B482BA; }

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

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

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

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

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

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

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

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