#BC79BD

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

Shades of London Hue #BC79BD

Tints of London Hue #BC79BD

Color information

#BC79BD (or 0xBC79BD) is unknown color: approx London Hue. HEX triplet: BC, 79 and BD. RGB value is (188,121,189). Sum of RGB (Red+Green+Blue) = 188+121+189=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC79BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79BD is #438642. Grayscale: #949494. Windows color (decimal): -4425283 or 12417468. OLE color: 12417468.

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

Color convert

RGB188121189-
CMYK0.010.3600.26
HSL299.12º34%60.78%-
HSV(B)299.12º35.98%74.12%-
XYZ36.7628.0451.62-
YUV148.78150.7155.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 121 (47.66% from 255) = 24.30%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=37.75%
G=24.30%
B=37.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881211890.010.3600.26299.123460.78
HexBC79BD12401A12b223d
Octal2741712751440324534275
Binary101111001111001101111011100100011010100101011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79BD; }

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

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

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

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

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

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

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

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