#B482B9

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

Shades of East Side #B482B9

Tints of East Side #B482B9

Color information

#B482B9 (or 0xB482B9) is unknown color: approx East Side. HEX triplet: B4, 82 and B9. RGB value is (180,130,185). Sum of RGB (Red+Green+Blue) = 180+130+185=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 185 - color contains mainly: blue. Hex color #B482B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482B9 is #4B7D46. Grayscale: #979797. Windows color (decimal): -4947271 or 12157620. OLE color: 12157620.

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

Color convert

RGB180130185-
CMYK0.030.3000.27
HSL294.55º28.21%61.76%-
HSV(B)294.55º29.73%72.55%-
XYZ35.5629.1749.66-
YUV151.22147.06148.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 130 (51.17% from 255) = 26.26%
BLUE value IS 185 (72.66% from 255) = 37.37%
R=36.36%
G=26.26%
B=37.37%

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
Decimal1801301850.030.3000.27294.5528.2161.76
HexB482B931E01B1271c3e
Octal2642022713360334473476
Binary101101001000001010111001111111001101110010011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B482B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B482B9; }

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

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

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

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

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

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

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

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