#B67AAD

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

Shades of London Hue #B67AAD

Tints of London Hue #B67AAD

Color information

#B67AAD (or 0xB67AAD) is unknown color: approx London Hue. HEX triplet: B6, 7A and AD. RGB value is (182,122,173). Sum of RGB (Red+Green+Blue) = 182+122+173=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B67AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67AAD is #498552. Grayscale: #919191. Windows color (decimal): -4818259 or 11369142. OLE color: 11369142.

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

Color convert

RGB182122173-
CMYK00.330.050.29
HSL309º29.13%59.61%-
HSV(B)309º32.97%71.37%-
XYZ33.7926.8842.94-
YUV145.75143.38153.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=38.16%
G=25.58%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212217300.330.050.2930929.1359.61
HexB67AAD02151D1351d3c
Octal2661722550415354653574
Binary1011011011110101010110101000011011110110011010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67AAD; }

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

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

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

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

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

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

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

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