#B67AB2

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

Shades of London Hue #B67AB2

Tints of London Hue #B67AB2

Color information

#B67AB2 (or 0xB67AB2) is unknown color: approx London Hue. HEX triplet: B6, 7A and B2. RGB value is (182,122,178). Sum of RGB (Red+Green+Blue) = 182+122+178=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B67AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67AB2 is #49854D. Grayscale: #929292. Windows color (decimal): -4818254 or 11696822. OLE color: 11696822.

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

Color convert

RGB182122178-
CMYK00.330.020.29
HSL304º29.13%59.61%-
HSV(B)304º32.97%71.37%-
XYZ34.2927.0845.54-
YUV146.32145.88153.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.76%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 178 (69.92% from 255) = 36.93%
R=37.76%
G=25.31%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212217800.330.020.2930429.1359.61
HexB67AB202121D1301d3c
Octal2661722620412354603574
Binary101101101111010101100100100001101110110011000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67AB2; }

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

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

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

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

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

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

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

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