#B581B3

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

Shades of London Hue #B581B3

Tints of London Hue #B581B3

Color information

#B581B3 (or 0xB581B3) is unknown color: approx London Hue. HEX triplet: B5, 81 and B3. RGB value is (181,129,179). Sum of RGB (Red+Green+Blue) = 181+129+179=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B581B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581B3 is #4A7E4C. Grayscale: #969696. Windows color (decimal): -4881997 or 11764149. OLE color: 11764149.

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

Color convert

RGB181129179-
CMYK00.290.010.29
HSL302.31º26%60.78%-
HSV(B)302.31º28.73%70.98%-
XYZ35.0428.7846.36-
YUV150.25144.23149.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 129 (50.78% from 255) = 26.38%
BLUE value IS 179 (70.31% from 255) = 36.61%
R=37.01%
G=26.38%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112917900.290.010.29302.312660.78
HexB581B301D11D12e1a3d
Octal2652012630351354563275
Binary10110101100000011011001101110111110110010111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581B3; }

 p { color: rgb(181,129,179); }

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

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

 a { background-color: rgb(181,129,179); }

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

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

 span { border-color: rgb(181,129,179); }

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