#BB74AE

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

Shades of London Hue #BB74AE

Tints of London Hue #BB74AE

Color information

#BB74AE (or 0xBB74AE) is unknown color: approx London Hue. HEX triplet: BB, 74 and AE. RGB value is (187,116,174). Sum of RGB (Red+Green+Blue) = 187+116+174=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB74AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB74AE is #448B51. Grayscale: #8F8F8F. Windows color (decimal): -4492114 or 11433147. OLE color: 11433147.

HSL color Cylindrical-coordinate representation of color #BB74AE: hue angle of 310.99º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB74AE is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187116174-
CMYK00.380.070.27
HSL310.99º34.3%59.41%-
HSV(B)310.99º37.97%73.33%-
XYZ34.3826.1143.27-
YUV143.84145.02158.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 116 (45.70% from 255) = 24.32%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=39.20%
G=24.32%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711617400.380.070.27310.9934.359.41
HexBB74AE02671B137223b
Octal2731642560467334674273
Binary10111011111010010101110010011011111011100110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB74AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB74AE; }

 p { color: rgb(187,116,174); }

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

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

 a { background-color: rgb(187,116,174); }

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

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

 span { border-color: rgb(187,116,174); }

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