#BC79B6

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

Shades of London Hue #BC79B6

Tints of London Hue #BC79B6

Color information

#BC79B6 (or 0xBC79B6) is unknown color: approx London Hue. HEX triplet: BC, 79 and B6. RGB value is (188,121,182). Sum of RGB (Red+Green+Blue) = 188+121+182=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC79B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79B6 is #438649. Grayscale: #939393. Windows color (decimal): -4425290 or 11958716. OLE color: 11958716.

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

Color convert

RGB188121182-
CMYK00.360.030.26
HSL305.37º33.33%60.59%-
HSV(B)305.37º35.64%73.73%-
XYZ36.0227.7447.71-
YUV147.99147.2156.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 121 (47.66% from 255) = 24.64%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=38.29%
G=24.64%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812118200.360.030.26305.3733.3360.59
HexBC79B602431A131213d
Octal2741712660443324614175
Binary1011110011110011011011001001001111010100110001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79B6; }

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

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

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

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

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

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

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

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