#B675AE

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

Shades of London Hue #B675AE

Tints of London Hue #B675AE

Color information

#B675AE (or 0xB675AE) is unknown color: approx London Hue. HEX triplet: B6, 75 and AE. RGB value is (182,117,174). Sum of RGB (Red+Green+Blue) = 182+117+174=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B675AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B675AE is #498A51. Grayscale: #8E8E8E. Windows color (decimal): -4819538 or 11433398. OLE color: 11433398.

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

Color convert

RGB182117174-
CMYK00.360.040.29
HSL307.38º30.81%58.63%-
HSV(B)307.38º35.71%71.37%-
XYZ33.2925.7243.25-
YUV142.93145.53155.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 117 (46.09% from 255) = 24.74%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=38.48%
G=24.74%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211717400.360.040.29307.3830.8158.63
HexB675AE02441D1331f3b
Octal2661652560444354633773
Binary1011011011101011010111001001001001110110011001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675AE; }

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

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

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

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

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

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

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

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