#B381AE

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

Shades of London Hue #B381AE

Tints of London Hue #B381AE

Color information

#B381AE (or 0xB381AE) is unknown color: approx London Hue. HEX triplet: B3, 81 and AE. RGB value is (179,129,174). Sum of RGB (Red+Green+Blue) = 179+129+174=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B381AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B381AE is #4C7E51. Grayscale: #949494. Windows color (decimal): -5013074 or 11436467. OLE color: 11436467.

HSL color Cylindrical-coordinate representation of color #B381AE: hue angle of 306º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B381AE is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179129174-
CMYK00.280.030.30
HSL306º24.75%60.39%-
HSV(B)306º27.93%70.2%-
XYZ34.0828.3443.72-
YUV149.08142.06149.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=37.14%
G=26.76%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912917400.280.030.3030624.7560.39
HexB381AE01C31E132193c
Octal2632012560343364623174
Binary101100111000000110101110011100111111010011001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381AE; }

 p { color: rgb(179,129,174); }

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

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

 a { background-color: rgb(179,129,174); }

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

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

 span { border-color: rgb(179,129,174); }

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