#B27AAB

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

Shades of London Hue #B27AAB

Tints of London Hue #B27AAB

Color information

#B27AAB (or 0xB27AAB) is unknown color: approx London Hue. HEX triplet: B2, 7A and AB. RGB value is (178,122,171). Sum of RGB (Red+Green+Blue) = 178+122+171=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B27AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27AAB is #4D8554. Grayscale: #909090. Windows color (decimal): -5080405 or 11238066. OLE color: 11238066.

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

Color convert

RGB178122171-
CMYK00.310.040.30
HSL307.5º26.67%58.82%-
HSV(B)307.5º31.46%69.8%-
XYZ32.6726.3241.89-
YUV144.33143.05152.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=37.79%
G=25.90%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812217100.310.040.30307.526.6758.82
HexB27AAB01F41E1341b3b
Octal2621722530374364643373
Binary101100101111010101010110111111001111010011010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27AAB; }

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

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

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

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

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

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

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

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