#B378B0

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

Shades of London Hue #B378B0

Tints of London Hue #B378B0

Color information

#B378B0 (or 0xB378B0) is unknown color: approx London Hue. HEX triplet: B3, 78 and B0. RGB value is (179,120,176). Sum of RGB (Red+Green+Blue) = 179+120+176=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B378B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B378B0 is #4C874F. Grayscale: #8F8F8F. Windows color (decimal): -5015376 or 11565235. OLE color: 11565235.

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

Color convert

RGB179120176-
CMYK00.330.020.30
HSL303.05º27.96%58.63%-
HSV(B)303.05º32.96%70.2%-
XYZ33.1426.1544.38-
YUV144.02146.05152.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 176 (69.14% from 255) = 37.05%
R=37.68%
G=25.26%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912017600.330.020.30303.0527.9658.63
HexB378B002121E12f1c3b
Octal2631702600412364573473
Binary101100111111000101100000100001101111010010111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B378B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B378B0; }

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

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

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

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

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

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

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

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