#B27EAF

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

Shades of London Hue #B27EAF

Tints of London Hue #B27EAF

Color information

#B27EAF (or 0xB27EAF) is unknown color: approx London Hue. HEX triplet: B2, 7E and AF. RGB value is (178,126,175). Sum of RGB (Red+Green+Blue) = 178+126+175=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B27EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27EAF is #4D8150. Grayscale: #929292. Windows color (decimal): -5079377 or 11501234. OLE color: 11501234.

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

Color convert

RGB178126175-
CMYK00.290.020.30
HSL303.46º25.24%59.61%-
HSV(B)303.46º29.21%69.8%-
XYZ33.5627.4844.09-
YUV147.13143.73150.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.16%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=37.16%
G=26.30%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812617500.290.020.30303.4625.2459.61
HexB27EAF01D21E12f193c
Octal2621762570352364573174
Binary10110010111111010101111011101101111010010111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27EAF; }

 p { color: rgb(178,126,175); }

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

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

 a { background-color: rgb(178,126,175); }

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

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

 span { border-color: rgb(178,126,175); }

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