#B67EAD

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

Shades of London Hue #B67EAD

Tints of London Hue #B67EAD

Color information

#B67EAD (or 0xB67EAD) is unknown color: approx London Hue. HEX triplet: B6, 7E and AD. RGB value is (182,126,173). Sum of RGB (Red+Green+Blue) = 182+126+173=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B67EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67EAD is #498152. Grayscale: #939393. Windows color (decimal): -4817235 or 11370166. OLE color: 11370166.

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

Color convert

RGB182126173-
CMYK00.310.050.29
HSL309.64º27.72%60.39%-
HSV(B)309.64º30.77%71.37%-
XYZ34.327.8843.11-
YUV148.1142.05152.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.84%
GREEN value IS 126 (49.61% from 255) = 26.20%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=37.84%
G=26.20%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212617300.310.050.29309.6427.7260.39
HexB67EAD01F51D1361c3c
Octal2661762550375354663474
Binary101101101111110101011010111111011110110011011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67EAD; }

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

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

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

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

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

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

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

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