#B674AF

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

Shades of London Hue #B674AF

Tints of London Hue #B674AF

Color information

#B674AF (or 0xB674AF) is unknown color: approx London Hue. HEX triplet: B6, 74 and AF. RGB value is (182,116,175). Sum of RGB (Red+Green+Blue) = 182+116+175=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B674AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B674AF is #498B50. Grayscale: #8E8E8E. Windows color (decimal): -4819793 or 11498678. OLE color: 11498678.

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

Color convert

RGB182116175-
CMYK00.360.040.29
HSL306.36º31.13%58.43%-
HSV(B)306.36º36.26%71.37%-
XYZ33.2725.5343.73-
YUV142.46146.37156.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 116 (45.70% from 255) = 24.52%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=38.48%
G=24.52%
B=37.00%

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
Decimal18211617500.360.040.29306.3631.1358.43
HexB674AF02441D1321f3a
Octal2661642570444354623772
Binary1011011011101001010111101001001001110110011001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B674AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B674AF; }

 p { color: rgb(182,116,175); }

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

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

 a { background-color: rgb(182,116,175); }

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

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

 span { border-color: rgb(182,116,175); }

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