#BC79B0

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

Shades of London Hue #BC79B0

Tints of London Hue #BC79B0

Color information

#BC79B0 (or 0xBC79B0) is unknown color: approx London Hue. HEX triplet: BC, 79 and B0. RGB value is (188,121,176). Sum of RGB (Red+Green+Blue) = 188+121+176=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC79B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC79B0 is #43864F. Grayscale: #939393. Windows color (decimal): -4425296 or 11565500. OLE color: 11565500.

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

Color convert

RGB188121176-
CMYK00.360.060.26
HSL310.75º33.33%60.59%-
HSV(B)310.75º35.64%73.73%-
XYZ35.4127.544.52-
YUV147.3144.2157.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 176 (69.14% from 255) = 36.29%
R=38.76%
G=24.95%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812117600.360.060.26310.7533.3360.59
HexBC79B002461A137213d
Octal2741712600446324674175
Binary10111100111100110110000010010011011010100110111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79B0; }

 p { color: rgb(188,121,176); }

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

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

 a { background-color: rgb(188,121,176); }

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

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

 span { border-color: rgb(188,121,176); }

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