#B378AD

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

Shades of London Hue #B378AD

Tints of London Hue #B378AD

Color information

#B378AD (or 0xB378AD) is unknown color: approx London Hue. HEX triplet: B3, 78 and AD. RGB value is (179,120,173). Sum of RGB (Red+Green+Blue) = 179+120+173=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B378AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B378AD is #4C8752. Grayscale: #8F8F8F. Windows color (decimal): -5015379 or 11368627. OLE color: 11368627.

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

Color convert

RGB179120173-
CMYK00.330.030.30
HSL306.1º27.96%58.63%-
HSV(B)306.1º32.96%70.2%-
XYZ32.8526.0342.83-
YUV143.68144.55153.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 120 (47.27% from 255) = 25.42%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=37.92%
G=25.42%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912017300.330.030.30306.127.9658.63
HexB378AD02131E1321c3b
Octal2631702550413364623473
Binary101100111111000101011010100001111111010011001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B378AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B378AD; }

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

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

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

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

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

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

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

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