#B27BAF

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

Shades of London Hue #B27BAF

Tints of London Hue #B27BAF

Color information

#B27BAF (or 0xB27BAF) is unknown color: approx London Hue. HEX triplet: B2, 7B and AF. RGB value is (178,123,175). Sum of RGB (Red+Green+Blue) = 178+123+175=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B27BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27BAF is #4D8450. Grayscale: #919191. Windows color (decimal): -5080145 or 11500466. OLE color: 11500466.

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

Color convert

RGB178123175-
CMYK00.310.020.30
HSL303.27º26.32%59.02%-
HSV(B)303.27º30.9%69.8%-
XYZ33.1826.7343.97-
YUV145.37144.72151.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=37.39%
G=25.84%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812317500.310.020.30303.2726.3259.02
HexB27BAF01F21E12f1a3b
Octal2621732570372364573273
Binary10110010111101110101111011111101111010010111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27BAF; }

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

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

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

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

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

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

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

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