#BC76B1

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

Shades of London Hue #BC76B1

Tints of London Hue #BC76B1

Color information

#BC76B1 (or 0xBC76B1) is unknown color: approx London Hue. HEX triplet: BC, 76 and B1. RGB value is (188,118,177). Sum of RGB (Red+Green+Blue) = 188+118+177=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC76B1 is #43894E. Grayscale: #919191. Windows color (decimal): -4426063 or 11630268. OLE color: 11630268.

HSL color Cylindrical-coordinate representation of color #BC76B1: hue angle of 309.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC76B1 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB188118177-
CMYK00.370.060.26
HSL309.43º34.31%60%-
HSV(B)309.43º37.23%73.73%-
XYZ35.1526.8244.92-
YUV145.66145.69158.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 118 (46.48% from 255) = 24.43%
BLUE value IS 177 (69.53% from 255) = 36.65%
R=38.92%
G=24.43%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811817700.370.060.26309.4334.3160
HexBC76B102561A135223c
Octal2741662610456324654274
Binary10111100111011010110001010010111011010100110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76B1; }

 p { color: rgb(188,118,177); }

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

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

 a { background-color: rgb(188,118,177); }

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

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

 span { border-color: rgb(188,118,177); }

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