#B774AF

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

Shades of London Hue #B774AF

Tints of London Hue #B774AF

Color information

#B774AF (or 0xB774AF) is unknown color: approx London Hue. HEX triplet: B7, 74 and AF. RGB value is (183,116,175). Sum of RGB (Red+Green+Blue) = 183+116+175=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B774AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B774AF is #488B50. Grayscale: #8E8E8E. Windows color (decimal): -4754257 or 11498679. OLE color: 11498679.

HSL color Cylindrical-coordinate representation of color #B774AF: hue angle of 307.16º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B774AF is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB183116175-
CMYK00.370.040.28
HSL307.16º31.75%58.63%-
HSV(B)307.16º36.61%71.76%-
XYZ33.5125.6543.74-
YUV142.76146.2156.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 116 (45.70% from 255) = 24.47%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=38.61%
G=24.47%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311617500.370.040.28307.1631.7558.63
HexB774AF02541C133203b
Octal2671642570454344634073
Binary10110111111010010101111010010110011100100110011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B774AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B774AF; }

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

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

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

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

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

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

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

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