#B385B4

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

Shades of London Hue #B385B4

Tints of London Hue #B385B4

Color information

#B385B4 (or 0xB385B4) is unknown color: approx London Hue. HEX triplet: B3, 85 and B4. RGB value is (179,133,180). Sum of RGB (Red+Green+Blue) = 179+133+180=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 180 - color contains mainly: blue. Hex color #B385B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385B4 is #4C7A4B. Grayscale: #979797. Windows color (decimal): -5012044 or 11830707. OLE color: 11830707.

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

Color convert

RGB179133180-
CMYK0.010.2600.29
HSL298.72º23.86%61.37%-
HSV(B)298.72º26.11%70.59%-
XYZ35.2229.6547.05-
YUV152.11143.74147.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 180 (70.70% from 255) = 36.59%
R=36.38%
G=27.03%
B=36.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791331800.010.2600.29298.7223.8661.37
HexB385B411A01D12b183d
Octal2632052641320354533075
Binary10110011100001011011010011101001110110010101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385B4; }

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

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

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

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

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

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

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

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