#B482BB

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

Shades of East Side #B482BB

Tints of East Side #B482BB

Color information

#B482BB (or 0xB482BB) is unknown color: approx East Side. HEX triplet: B4, 82 and BB. RGB value is (180,130,187). Sum of RGB (Red+Green+Blue) = 180+130+187=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #B482BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482BB is #4B7D44. Grayscale: #979797. Windows color (decimal): -4947269 or 12288692. OLE color: 12288692.

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

Color convert

RGB180130187-
CMYK0.040.3000.27
HSL292.63º29.53%62.16%-
HSV(B)292.63º30.48%73.33%-
XYZ35.7729.2650.78-
YUV151.45148.06148.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=36.22%
G=26.16%
B=37.63%

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
Decimal1801301870.040.3000.27292.6329.5362.16
HexB482BB41E01B1251e3e
Octal2642022734360334453676
Binary1011010010000010101110111001111001101110010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B482BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B482BB; }

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

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

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

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

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

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

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

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