#B27AB4

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

Shades of London Hue #B27AB4

Tints of London Hue #B27AB4

Color information

#B27AB4 (or 0xB27AB4) is unknown color: approx London Hue. HEX triplet: B2, 7A and B4. RGB value is (178,122,180). Sum of RGB (Red+Green+Blue) = 178+122+180=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 180 - color contains mainly: blue. Hex color #B27AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27AB4 is #4D854B. Grayscale: #919191. Windows color (decimal): -5080396 or 11827890. OLE color: 11827890.

HSL color Cylindrical-coordinate representation of color #B27AB4: hue angle of 297.93º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B27AB4 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178122180-
CMYK0.010.3200.29
HSL297.93º27.88%59.22%-
HSV(B)297.93º32.22%70.59%-
XYZ33.5626.6846.56-
YUV145.36147.55151.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 122 (48.05% from 255) = 25.42%
BLUE value IS 180 (70.70% from 255) = 37.5%
R=37.08%
G=25.42%
B=37.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781221800.010.3200.29297.9327.8859.22
HexB27AB412001D12a1c3b
Octal2621722641400354523473
Binary10110010111101010110100110000001110110010101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27AB4; }

 p { color: rgb(178,122,180); }

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

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

 a { background-color: rgb(178,122,180); }

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

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

 span { border-color: rgb(178,122,180); }

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