#B378AB

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

Shades of London Hue #B378AB

Tints of London Hue #B378AB

Color information

#B378AB (or 0xB378AB) is unknown color: approx London Hue. HEX triplet: B3, 78 and AB. RGB value is (179,120,171). Sum of RGB (Red+Green+Blue) = 179+120+171=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B378AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B378AB is #4C8754. Grayscale: #8F8F8F. Windows color (decimal): -5015381 or 11237555. OLE color: 11237555.

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

Color convert

RGB179120171-
CMYK00.330.040.30
HSL308.14º27.96%58.63%-
HSV(B)308.14º32.96%70.2%-
XYZ32.6625.9641.82-
YUV143.45143.55153.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 120 (47.27% from 255) = 25.53%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=38.09%
G=25.53%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912017100.330.040.30308.1427.9658.63
HexB378AB02141E1341c3b
Octal2631702530414364643473
Binary1011001111110001010101101000011001111010011010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B378AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B378AB; }

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

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

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

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

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

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

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

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