#B076B3

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

Shades of London Hue #B076B3

Tints of London Hue #B076B3

Color information

#B076B3 (or 0xB076B3) is unknown color: approx London Hue. HEX triplet: B0, 76 and B3. RGB value is (176,118,179). Sum of RGB (Red+Green+Blue) = 176+118+179=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #B076B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076B3 is #4F894C. Grayscale: #8E8E8E. Windows color (decimal): -5212493 or 11761328. OLE color: 11761328.

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

Color convert

RGB176118179-
CMYK0.020.3400.30
HSL297.05º28.64%58.24%-
HSV(B)297.05º34.08%70.2%-
XYZ32.5225.4445.84-
YUV142.3148.72152.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 179 (70.31% from 255) = 37.84%
R=37.21%
G=24.95%
B=37.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761181790.020.3400.30297.0528.6458.24
HexB076B322201E1291d3a
Octal2601662632420364513572
Binary101100001110110101100111010001001111010010100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B076B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B076B3; }

 p { color: rgb(176,118,179); }

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

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

 a { background-color: rgb(176,118,179); }

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

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

 span { border-color: rgb(176,118,179); }

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