#B276B4

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

Shades of London Hue #B276B4

Tints of London Hue #B276B4

Color information

#B276B4 (or 0xB276B4) is unknown color: approx London Hue. HEX triplet: B2, 76 and B4. RGB value is (178,118,180). Sum of RGB (Red+Green+Blue) = 178+118+180=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 180 - color contains mainly: blue. Hex color #B276B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B276B4 is #4D894B. Grayscale: #8E8E8E. Windows color (decimal): -5081420 or 11826866. OLE color: 11826866.

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

Color convert

RGB178118180-
CMYK0.010.3400.29
HSL298.06º29.25%58.43%-
HSV(B)298.06º34.44%70.59%-
XYZ33.0825.7246.4-
YUV143.01148.88152.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 118 (46.48% from 255) = 24.79%
BLUE value IS 180 (70.70% from 255) = 37.82%
R=37.39%
G=24.79%
B=37.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781181800.010.3400.29298.0629.2558.43
HexB276B412201D12a1d3a
Octal2621662641420354523572
Binary10110010111011010110100110001001110110010101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B276B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B276B4; }

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

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

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

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

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

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

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

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