#B482B3

Color #B482B3 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B482B3

Tints of London Hue #B482B3

Color information

#B482B3 (or 0xB482B3) is unknown color: approx London Hue. HEX triplet: B4, 82 and B3. RGB value is (180,130,179). Sum of RGB (Red+Green+Blue) = 180+130+179=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B482B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482B3 is #4B7D4C. Grayscale: #969696. Windows color (decimal): -4947277 or 11764404. OLE color: 11764404.

HSL color Cylindrical-coordinate representation of color #B482B3: hue angle of 301.2º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B482B3 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB180130179-
CMYK00.280.010.29
HSL301.2º25%60.78%-
HSV(B)301.2º27.78%70.59%-
XYZ34.9428.9246.39-
YUV150.54144.06149.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 179 (70.31% from 255) = 36.61%
R=36.81%
G=26.58%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013017900.280.010.29301.22560.78
HexB482B301C11D12d193d
Octal2642022630341354553175
Binary10110100100000101011001101110011110110010110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B482B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B482B3; }

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

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

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

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

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

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

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

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