#BC72B0

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

Shades of London Hue #BC72B0

Tints of London Hue #BC72B0

Color information

#BC72B0 (or 0xBC72B0) is unknown color: approx London Hue. HEX triplet: BC, 72 and B0. RGB value is (188,114,176). Sum of RGB (Red+Green+Blue) = 188+114+176=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72B0 is #438D4F. Grayscale: #8F8F8F. Windows color (decimal): -4427088 or 11563708. OLE color: 11563708.

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

Color convert

RGB188114176-
CMYK00.390.060.26
HSL309.73º35.58%59.22%-
HSV(B)309.73º39.36%73.73%-
XYZ34.5925.8644.24-
YUV143.19146.52159.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 114 (44.92% from 255) = 23.85%
BLUE value IS 176 (69.14% from 255) = 36.82%
R=39.33%
G=23.85%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811417600.390.060.26309.7335.5859.22
HexBC72B002761A136243b
Octal2741622600476324664473
Binary10111100111001010110000010011111011010100110110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72B0; }

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

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

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

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

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

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

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

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