#BC76B7

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

Shades of London Hue #BC76B7

Tints of London Hue #BC76B7

Color information

#BC76B7 (or 0xBC76B7) is unknown color: approx London Hue. HEX triplet: BC, 76 and B7. RGB value is (188,118,183). Sum of RGB (Red+Green+Blue) = 188+118+183=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76B7 is #438948. Grayscale: #929292. Windows color (decimal): -4426057 or 12023484. OLE color: 12023484.

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

Color convert

RGB188118183-
CMYK00.370.030.26
HSL304.29º34.31%60%-
HSV(B)304.29º37.23%73.73%-
XYZ35.7627.0748.14-
YUV146.34148.69157.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 118 (46.48% from 255) = 24.13%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=38.45%
G=24.13%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811818300.370.030.26304.2934.3160
HexBC76B702531A130223c
Octal2741662670453324604274
Binary1011110011101101011011101001011111010100110000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76B7; }

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

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

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

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

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

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

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

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