#B67BAE

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

Shades of London Hue #B67BAE

Tints of London Hue #B67BAE

Color information

#B67BAE (or 0xB67BAE) is unknown color: approx London Hue. HEX triplet: B6, 7B and AE. RGB value is (182,123,174). Sum of RGB (Red+Green+Blue) = 182+123+174=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B67BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67BAE is #498451. Grayscale: #929292. Windows color (decimal): -4818002 or 11434934. OLE color: 11434934.

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

Color convert

RGB182123174-
CMYK00.320.040.29
HSL308.14º28.78%59.8%-
HSV(B)308.14º32.42%71.37%-
XYZ34.0127.1743.5-
YUV146.46143.55153.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 123 (48.44% from 255) = 25.68%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=38.00%
G=25.68%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212317400.320.040.29308.1428.7859.8
HexB67BAE02041D1341d3c
Octal2661732560404354643574
Binary1011011011110111010111001000001001110110011010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BAE; }

 p { color: rgb(182,123,174); }

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

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

 a { background-color: rgb(182,123,174); }

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

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

 span { border-color: rgb(182,123,174); }

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