#B592B5

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

Shades of London Hue #B592B5

Tints of London Hue #B592B5

Color information

#B592B5 (or 0xB592B5) is unknown color: approx London Hue. HEX triplet: B5, 92 and B5. RGB value is (181,146,181). Sum of RGB (Red+Green+Blue) = 181+146+181=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B592B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592B5 is #4A6D4A. Grayscale: #A0A0A0. Windows color (decimal): -4877643 or 11899573. OLE color: 11899573.

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

Color convert

RGB181146181-
CMYK00.1900.29
HSL300º19.13%64.12%-
HSV(B)300º19.34%70.98%-
XYZ37.6833.7248.24-
YUV160.45139.6142.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.63%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 181 (71.09% from 255) = 35.63%
R=35.63%
G=28.74%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114618100.1900.2930019.1364.12
HexB592B501301D12c1340
Octal26522226502303545423100
Binary101101011001001010110101010011011101100101100100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592B5; }

 p { color: rgb(181,146,181); }

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

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

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

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

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

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

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