#B378B4

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

Shades of London Hue #B378B4

Tints of London Hue #B378B4

Color information

#B378B4 (or 0xB378B4) is unknown color: approx London Hue. HEX triplet: B3, 78 and B4. RGB value is (179,120,180). Sum of RGB (Red+Green+Blue) = 179+120+180=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 180 - color contains mainly: blue. Hex color #B378B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378B4 is #4C874B. Grayscale: #909090. Windows color (decimal): -5015372 or 11827379. OLE color: 11827379.

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

Color convert

RGB179120180-
CMYK0.010.3300.29
HSL299º28.57%58.82%-
HSV(B)299º33.33%70.59%-
XYZ33.5526.3146.49-
YUV144.48148.05152.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 120 (47.27% from 255) = 25.05%
BLUE value IS 180 (70.70% from 255) = 37.58%
R=37.37%
G=25.05%
B=37.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791201800.010.3300.2929928.5758.82
HexB378B412101D12b1d3b
Octal2631702641410354533573
Binary10110011111100010110100110000101110110010101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B378B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B378B4; }

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

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

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

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

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

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

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

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