#B674AD

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

Shades of London Hue #B674AD

Tints of London Hue #B674AD

Color information

#B674AD (or 0xB674AD) is unknown color: approx London Hue. HEX triplet: B6, 74 and AD. RGB value is (182,116,173). Sum of RGB (Red+Green+Blue) = 182+116+173=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B674AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B674AD is #498B52. Grayscale: #8E8E8E. Windows color (decimal): -4819795 or 11367606. OLE color: 11367606.

HSL color Cylindrical-coordinate representation of color #B674AD: hue angle of 308.18º 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 #B674AD is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB182116173-
CMYK00.360.050.29
HSL308.18º31.13%58.43%-
HSV(B)308.18º36.26%71.37%-
XYZ33.0825.4542.7-
YUV142.23145.37156.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=38.64%
G=24.63%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211617300.360.050.29308.1831.1358.43
HexB674AD02451D1341f3a
Octal2661642550445354643772
Binary1011011011101001010110101001001011110110011010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B674AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B674AD; }

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

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

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

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

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

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

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

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