#B27FAD

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

Shades of London Hue #B27FAD

Tints of London Hue #B27FAD

Color information

#B27FAD (or 0xB27FAD) is unknown color: approx London Hue. HEX triplet: B2, 7F and AD. RGB value is (178,127,173). Sum of RGB (Red+Green+Blue) = 178+127+173=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B27FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27FAD is #4D8052. Grayscale: #939393. Windows color (decimal): -5079123 or 11370418. OLE color: 11370418.

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

Color convert

RGB178127173-
CMYK00.290.030.30
HSL305.88º24.88%59.8%-
HSV(B)305.88º28.65%69.8%-
XYZ33.4927.6643.11-
YUV147.49142.4149.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=37.24%
G=26.57%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812717300.290.030.30305.8824.8859.8
HexB27FAD01D31E132193c
Octal2621772550353364623174
Binary10110010111111110101101011101111111010011001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27FAD; }

 p { color: rgb(178,127,173); }

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

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

 a { background-color: rgb(178,127,173); }

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

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

 span { border-color: rgb(178,127,173); }

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