#B482B5

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

Shades of London Hue #B482B5

Tints of London Hue #B482B5

Color information

#B482B5 (or 0xB482B5) is unknown color: approx London Hue. HEX triplet: B4, 82 and B5. RGB value is (180,130,181). Sum of RGB (Red+Green+Blue) = 180+130+181=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 181 - color contains mainly: blue. Hex color #B482B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482B5 is #4B7D4A. Grayscale: #969696. Windows color (decimal): -4947275 or 11895476. OLE color: 11895476.

HSL color Cylindrical-coordinate representation of color #B482B5: hue angle of 298.82º degrees, saturation: 0.26, 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 #B482B5 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB180130181-
CMYK0.010.2800.29
HSL298.82º25.63%60.98%-
HSV(B)298.82º28.18%70.98%-
XYZ35.152947.46-
YUV150.76145.06148.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 181 (71.09% from 255) = 36.86%
R=36.66%
G=26.48%
B=36.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801301810.010.2800.29298.8225.6360.98
HexB482B511C01D12b1a3d
Octal2642022651340354533275
Binary10110100100000101011010111110001110110010101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B482B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B482B5; }

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

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

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

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

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

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

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

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