#B37FAA

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

Shades of London Hue #B37FAA

Tints of London Hue #B37FAA

Color information

#B37FAA (or 0xB37FAA) is unknown color: approx London Hue. HEX triplet: B3, 7F and AA. RGB value is (179,127,170). Sum of RGB (Red+Green+Blue) = 179+127+170=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B37FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37FAA is #4C8055. Grayscale: #939393. Windows color (decimal): -5013590 or 11173811. OLE color: 11173811.

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

Color convert

RGB179127170-
CMYK00.290.050.30
HSL310.38º25.49%60%-
HSV(B)310.38º29.05%70.2%-
XYZ33.4427.6641.61-
YUV147.45140.73150.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 127 (50% from 255) = 26.68%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=37.61%
G=26.68%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912717000.290.050.30310.3825.4960
HexB37FAA01D51E136193c
Octal2631772520355364663174
Binary101100111111111101010100111011011111010011011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FAA; }

 p { color: rgb(179,127,170); }

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

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

 a { background-color: rgb(179,127,170); }

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

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

 span { border-color: rgb(179,127,170); }

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