#B278B4

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

Shades of London Hue #B278B4

Tints of London Hue #B278B4

Color information

#B278B4 (or 0xB278B4) is unknown color: approx London Hue. HEX triplet: B2, 78 and B4. RGB value is (178,120,180). Sum of RGB (Red+Green+Blue) = 178+120+180=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 180 - color contains mainly: blue. Hex color #B278B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B278B4 is #4D874B. Grayscale: #909090. Windows color (decimal): -5080908 or 11827378. OLE color: 11827378.

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

Color convert

RGB178120180-
CMYK0.010.3300.29
HSL298º28.57%58.82%-
HSV(B)298º33.33%70.59%-
XYZ33.3126.1946.48-
YUV144.18148.22152.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 120 (47.27% from 255) = 25.10%
BLUE value IS 180 (70.70% from 255) = 37.66%
R=37.24%
G=25.10%
B=37.66%

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
Decimal1781201800.010.3300.2929828.5758.82
HexB278B412101D12a1d3b
Octal2621702641410354523573
Binary10110010111100010110100110000101110110010101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B278B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B278B4; }

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

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

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

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

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

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

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

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