#B595B3

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

Shades of London Hue #B595B3

Tints of London Hue #B595B3

Color information

#B595B3 (or 0xB595B3) is unknown color: approx London Hue. HEX triplet: B5, 95 and B3. RGB value is (181,149,179). Sum of RGB (Red+Green+Blue) = 181+149+179=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 181 - color contains mainly: red. Hex color #B595B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595B3 is #4A6A4C. Grayscale: #A1A1A1. Windows color (decimal): -4876877 or 11769269. OLE color: 11769269.

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

Color convert

RGB181149179-
CMYK00.180.010.29
HSL303.75º17.78%64.71%-
HSV(B)303.75º17.68%70.98%-
XYZ37.9434.5747.32-
YUV161.99137.6141.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 179 (70.31% from 255) = 35.17%
R=35.56%
G=29.27%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114917900.180.010.29303.7517.7864.71
HexB595B301211D1301241
Octal26522526302213546022101
Binary101101011001010110110011010010111101100110000100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B595B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B595B3; }

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

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

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

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

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

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

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

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