#B276AB

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

Shades of London Hue #B276AB

Tints of London Hue #B276AB

Color information

#B276AB (or 0xB276AB) is unknown color: approx London Hue. HEX triplet: B2, 76 and AB. RGB value is (178,118,171). Sum of RGB (Red+Green+Blue) = 178+118+171=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B276AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B276AB is #4D8954. Grayscale: #8D8D8D. Windows color (decimal): -5081429 or 11237042. OLE color: 11237042.

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

Color convert

RGB178118171-
CMYK00.340.040.30
HSL307º28.04%58.04%-
HSV(B)307º33.71%69.8%-
XYZ32.1925.3641.73-
YUV141.98144.38153.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=38.12%
G=25.27%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811817100.340.040.3030728.0458.04
HexB276AB02241E1331c3a
Octal2621662530424364633472
Binary1011001011101101010101101000101001111010011001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B276AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B276AB; }

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

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

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

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

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

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

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

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