#B385AD

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

Shades of London Hue #B385AD

Tints of London Hue #B385AD

Color information

#B385AD (or 0xB385AD) is unknown color: approx London Hue. HEX triplet: B3, 85 and AD. RGB value is (179,133,173). Sum of RGB (Red+Green+Blue) = 179+133+173=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B385AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B385AD is #4C7A52. Grayscale: #979797. Windows color (decimal): -5012051 or 11371955. OLE color: 11371955.

HSL color Cylindrical-coordinate representation of color #B385AD: hue angle of 307.83º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B385AD is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179133173-
CMYK00.260.030.30
HSL307.83º23.23%61.18%-
HSV(B)307.83º25.7%70.2%-
XYZ34.5229.3843.39-
YUV151.31140.24147.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=36.91%
G=27.42%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913317300.260.030.30307.8323.2361.18
HexB385AD01A31E134173d
Octal2632052550323364642775
Binary101100111000010110101101011010111111010011010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385AD; }

 p { color: rgb(179,133,173); }

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

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

 a { background-color: rgb(179,133,173); }

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

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

 span { border-color: rgb(179,133,173); }

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