#B478B1

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

Shades of London Hue #B478B1

Tints of London Hue #B478B1

Color information

#B478B1 (or 0xB478B1) is unknown color: approx London Hue. HEX triplet: B4, 78 and B1. RGB value is (180,120,177). Sum of RGB (Red+Green+Blue) = 180+120+177=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B478B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B478B1 is #4B874E. Grayscale: #909090. Windows color (decimal): -4949839 or 11630772. OLE color: 11630772.

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

Color convert

RGB180120177-
CMYK00.330.020.29
HSL303º28.57%58.82%-
HSV(B)303º33.33%70.59%-
XYZ33.4726.3144.91-
YUV144.44146.38153.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 120 (47.27% from 255) = 25.16%
BLUE value IS 177 (69.53% from 255) = 37.11%
R=37.74%
G=25.16%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012017700.330.020.2930328.5758.82
HexB478B102121D12f1d3b
Octal2641702610412354573573
Binary101101001111000101100010100001101110110010111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B478B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B478B1; }

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

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

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

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

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

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

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

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