#B576B3

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

Shades of London Hue #B576B3

Tints of London Hue #B576B3

Color information

#B576B3 (or 0xB576B3) is unknown color: approx London Hue. HEX triplet: B5, 76 and B3. RGB value is (181,118,179). Sum of RGB (Red+Green+Blue) = 181+118+179=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B576B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576B3 is #4A894C. Grayscale: #8F8F8F. Windows color (decimal): -4884813 or 11761333. OLE color: 11761333.

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

Color convert

RGB181118179-
CMYK00.350.010.29
HSL301.9º29.86%58.63%-
HSV(B)301.9º34.81%70.98%-
XYZ33.6726.0445.9-
YUV143.79147.87154.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 118 (46.48% from 255) = 24.69%
BLUE value IS 179 (70.31% from 255) = 37.45%
R=37.87%
G=24.69%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111817900.350.010.29301.929.8658.63
HexB576B302311D12e1e3b
Octal2651662630431354563673
Binary10110101111011010110011010001111110110010111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B576B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B576B3; }

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

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

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

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

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

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

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

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