#BC76B3

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

Shades of London Hue #BC76B3

Tints of London Hue #BC76B3

Color information

#BC76B3 (or 0xBC76B3) is unknown color: approx London Hue. HEX triplet: BC, 76 and B3. RGB value is (188,118,179). Sum of RGB (Red+Green+Blue) = 188+118+179=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76B3 is #43894C. Grayscale: #919191. Windows color (decimal): -4426061 or 11761340. OLE color: 11761340.

HSL color Cylindrical-coordinate representation of color #BC76B3: hue angle of 307.71º 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 #BC76B3 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB188118179-
CMYK00.370.050.26
HSL307.71º34.31%60%-
HSV(B)307.71º37.23%73.73%-
XYZ35.3526.945.98-
YUV145.88146.69158.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 118 (46.48% from 255) = 24.33%
BLUE value IS 179 (70.31% from 255) = 36.91%
R=38.76%
G=24.33%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811817900.370.050.26307.7134.3160
HexBC76B302551A134223c
Octal2741662630455324644274
Binary10111100111011010110011010010110111010100110100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76B3; }

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

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

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

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

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

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

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

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