#B276AC

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

Shades of London Hue #B276AC

Tints of London Hue #B276AC

Color information

#B276AC (or 0xB276AC) is unknown color: approx London Hue. HEX triplet: B2, 76 and AC. RGB value is (178,118,172). Sum of RGB (Red+Green+Blue) = 178+118+172=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B276AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B276AC is #4D8953. Grayscale: #8D8D8D. Windows color (decimal): -5081428 or 11302578. OLE color: 11302578.

HSL color Cylindrical-coordinate representation of color #B276AC: hue angle of 306º degrees, saturation: 0.28, 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 #B276AC is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB178118172-
CMYK00.340.030.30
HSL306º28.04%58.04%-
HSV(B)306º33.71%69.8%-
XYZ32.2825.442.23-
YUV142.1144.88153.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=38.03%
G=25.21%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811817200.340.030.3030628.0458.04
HexB276AC02231E1321c3a
Octal2621662540423364623472
Binary101100101110110101011000100010111111010011001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B276AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B276AC; }

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

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

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

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

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

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

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

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