#B378B2

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

Shades of London Hue #B378B2

Tints of London Hue #B378B2

Color information

#B378B2 (or 0xB378B2) is unknown color: approx London Hue. HEX triplet: B3, 78 and B2. RGB value is (179,120,178). Sum of RGB (Red+Green+Blue) = 179+120+178=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B378B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B378B2 is #4C874D. Grayscale: #909090. Windows color (decimal): -5015374 or 11696307. OLE color: 11696307.

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

Color convert

RGB179120178-
CMYK00.330.010.30
HSL301.02º27.96%58.63%-
HSV(B)301.02º32.96%70.2%-
XYZ33.3426.2345.43-
YUV144.25147.05152.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 120 (47.27% from 255) = 25.16%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=37.53%
G=25.16%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912017800.330.010.30301.0227.9658.63
HexB378B202111E12d1c3b
Octal2631702620411364553473
Binary10110011111100010110010010000111111010010110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B378B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B378B2; }

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

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

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

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

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

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

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

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