#BC7FAF

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

Shades of London Hue #BC7FAF

Tints of London Hue #BC7FAF

Color information

#BC7FAF (or 0xBC7FAF) is unknown color: approx London Hue. HEX triplet: BC, 7F and AF. RGB value is (188,127,175). Sum of RGB (Red+Green+Blue) = 188+127+175=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7FAF is #438050. Grayscale: #969696. Windows color (decimal): -4423761 or 11501500. OLE color: 11501500.

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

Color convert

RGB188127175-
CMYK00.320.070.26
HSL312.79º31.28%61.76%-
HSV(B)312.79º32.45%73.73%-
XYZ36.0728.9744.25-
YUV150.71141.71154.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 127 (50% from 255) = 25.92%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=38.37%
G=25.92%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812717500.320.070.26312.7931.2861.76
HexBC7FAF02071A1391f3e
Octal2741772570407324713776
Binary1011110011111111010111101000001111101010011100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7FAF; }

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

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

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

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

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

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

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

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