#B27DAE

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

Shades of London Hue #B27DAE

Tints of London Hue #B27DAE

Color information

#B27DAE (or 0xB27DAE) is unknown color: approx London Hue. HEX triplet: B2, 7D and AE. RGB value is (178,125,174). Sum of RGB (Red+Green+Blue) = 178+125+174=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B27DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27DAE is #4D8251. Grayscale: #929292. Windows color (decimal): -5079634 or 11435442. OLE color: 11435442.

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

Color convert

RGB178125174-
CMYK00.300.020.30
HSL304.53º25.6%59.41%-
HSV(B)304.53º29.78%69.8%-
XYZ33.3327.1943.54-
YUV146.43143.56150.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.32%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=37.32%
G=26.21%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812517400.300.020.30304.5325.659.41
HexB27DAE01E21E1311a3b
Octal2621752560362364613273
Binary10110010111110110101110011110101111010011000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27DAE; }

 p { color: rgb(178,125,174); }

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

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

 a { background-color: rgb(178,125,174); }

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

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

 span { border-color: rgb(178,125,174); }

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