#B27DA9

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

Shades of London Hue #B27DA9

Tints of London Hue #B27DA9

Color information

#B27DA9 (or 0xB27DA9) is unknown color: approx London Hue. HEX triplet: B2, 7D and A9. RGB value is (178,125,169). Sum of RGB (Red+Green+Blue) = 178+125+169=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B27DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27DA9 is #4D8256. Grayscale: #919191. Windows color (decimal): -5079639 or 11107762. OLE color: 11107762.

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

Color convert

RGB178125169-
CMYK00.300.050.30
HSL310.19º25.6%59.41%-
HSV(B)310.19º29.78%69.8%-
XYZ32.862741.02-
YUV145.86141.06150.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.71%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 169 (66.41% from 255) = 35.81%
R=37.71%
G=26.48%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812516900.300.050.30310.1925.659.41
HexB27DA901E51E1361a3b
Octal2621752510365364663273
Binary101100101111101101010010111101011111010011011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27DA9; }

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

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

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

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

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

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

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

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