#B67FAA

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

Shades of London Hue #B67FAA

Tints of London Hue #B67FAA

Color information

#B67FAA (or 0xB67FAA) is unknown color: approx London Hue. HEX triplet: B6, 7F and AA. RGB value is (182,127,170). Sum of RGB (Red+Green+Blue) = 182+127+170=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B67FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67FAA is #498055. Grayscale: #949494. Windows color (decimal): -4816982 or 11173814. OLE color: 11173814.

HSL color Cylindrical-coordinate representation of color #B67FAA: hue angle of 313.09º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B67FAA is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB182127170-
CMYK00.300.070.29
HSL313.09º27.36%60.59%-
HSV(B)313.09º30.22%71.37%-
XYZ34.1428.0341.64-
YUV148.35140.22152-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=38.00%
G=26.51%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212717000.300.070.29313.0927.3660.59
HexB67FAA01E71D1391b3d
Octal2661772520367354713375
Binary101101101111111101010100111101111110110011100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FAA; }

 p { color: rgb(182,127,170); }

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

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

 a { background-color: rgb(182,127,170); }

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

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

 span { border-color: rgb(182,127,170); }

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