#B27BAA

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

Shades of London Hue #B27BAA

Tints of London Hue #B27BAA

Color information

#B27BAA (or 0xB27BAA) is unknown color: approx London Hue. HEX triplet: B2, 7B and AA. RGB value is (178,123,170). Sum of RGB (Red+Green+Blue) = 178+123+170=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B27BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27BAA is #4D8455. Grayscale: #909090. Windows color (decimal): -5080150 or 11172786. OLE color: 11172786.

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

Color convert

RGB178123170-
CMYK00.310.040.30
HSL308.73º26.32%59.02%-
HSV(B)308.73º30.9%69.8%-
XYZ32.726.5341.43-
YUV144.8142.22151.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=37.79%
G=26.11%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812317000.310.040.30308.7326.3259.02
HexB27BAA01F41E1351a3b
Octal2621732520374364653273
Binary101100101111011101010100111111001111010011010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27BAA; }

 p { color: rgb(178,123,170); }

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

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

 a { background-color: rgb(178,123,170); }

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

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

 span { border-color: rgb(178,123,170); }

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