#B67AB4

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

Shades of London Hue #B67AB4

Tints of London Hue #B67AB4

Color information

#B67AB4 (or 0xB67AB4) is unknown color: approx London Hue. HEX triplet: B6, 7A and B4. RGB value is (182,122,180). Sum of RGB (Red+Green+Blue) = 182+122+180=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B67AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67AB4 is #49854B. Grayscale: #929292. Windows color (decimal): -4818252 or 11827894. OLE color: 11827894.

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

Color convert

RGB182122180-
CMYK00.330.010.29
HSL302º29.13%59.61%-
HSV(B)302º32.97%71.37%-
XYZ34.4927.1646.6-
YUV146.55146.88153.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 122 (48.05% from 255) = 25.21%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=37.60%
G=25.21%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212218000.330.010.2930229.1359.61
HexB67AB402111D12e1d3c
Octal2661722640411354563574
Binary10110110111101010110100010000111110110010111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67AB4; }

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

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

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

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

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

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

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

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