#BC73AF

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

Shades of London Hue #BC73AF

Tints of London Hue #BC73AF

Color information

#BC73AF (or 0xBC73AF) is unknown color: approx London Hue. HEX triplet: BC, 73 and AF. RGB value is (188,115,175). Sum of RGB (Red+Green+Blue) = 188+115+175=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC73AF is #438C50. Grayscale: #8F8F8F. Windows color (decimal): -4426833 or 11498428. OLE color: 11498428.

HSL color Cylindrical-coordinate representation of color #BC73AF: hue angle of 310.68º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC73AF is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB188115175-
CMYK00.390.070.26
HSL310.68º35.27%59.41%-
HSV(B)310.68º38.83%73.73%-
XYZ34.6126.0543.76-
YUV143.67145.68159.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=39.33%
G=24.06%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811517500.390.070.26310.6835.2759.41
HexBC73AF02771A137233b
Octal2741632570477324674373
Binary10111100111001110101111010011111111010100110111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC73AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC73AF; }

 p { color: rgb(188,115,175); }

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

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

 a { background-color: rgb(188,115,175); }

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

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

 span { border-color: rgb(188,115,175); }

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