#B385AF

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

Shades of London Hue #B385AF

Tints of London Hue #B385AF

Color information

#B385AF (or 0xB385AF) is unknown color: approx London Hue. HEX triplet: B3, 85 and AF. RGB value is (179,133,175). Sum of RGB (Red+Green+Blue) = 179+133+175=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 179 - color contains mainly: red. Hex color #B385AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B385AF is #4C7A50. Grayscale: #979797. Windows color (decimal): -5012049 or 11503027. OLE color: 11503027.

HSL color Cylindrical-coordinate representation of color #B385AF: hue angle of 305.22º 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 #B385AF is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB179133175-
CMYK00.260.020.30
HSL305.22º23.23%61.18%-
HSV(B)305.22º25.7%70.2%-
XYZ34.7229.4544.41-
YUV151.54141.24147.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=36.76%
G=27.31%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913317500.260.020.30305.2223.2361.18
HexB385AF01A21E131173d
Octal2632052570322364612775
Binary101100111000010110101111011010101111010011000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385AF; }

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

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

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

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

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

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

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

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