#B278B1

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

Shades of London Hue #B278B1

Tints of London Hue #B278B1

Color information

#B278B1 (or 0xB278B1) is unknown color: approx London Hue. HEX triplet: B2, 78 and B1. RGB value is (178,120,177). Sum of RGB (Red+Green+Blue) = 178+120+177=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B278B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B278B1 is #4D874E. Grayscale: #8F8F8F. Windows color (decimal): -5080911 or 11630770. OLE color: 11630770.

HSL color Cylindrical-coordinate representation of color #B278B1: hue angle of 301.03º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B278B1 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB178120177-
CMYK00.330.010.30
HSL301.03º27.36%58.43%-
HSV(B)301.03º32.58%69.8%-
XYZ33.0126.0744.89-
YUV143.84146.72152.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=37.47%
G=25.26%
B=37.26%

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
Decimal17812017700.330.010.30301.0327.3658.43
HexB278B102111E12d1b3a
Octal2621702610411364553372
Binary10110010111100010110001010000111111010010110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B278B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B278B1; }

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

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

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

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

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

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

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

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