#BC7DB1

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

Shades of London Hue #BC7DB1

Tints of London Hue #BC7DB1

Color information

#BC7DB1 (or 0xBC7DB1) is unknown color: approx London Hue. HEX triplet: BC, 7D and B1. RGB value is (188,125,177). Sum of RGB (Red+Green+Blue) = 188+125+177=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7DB1 is #43824E. Grayscale: #959595. Windows color (decimal): -4424271 or 11632060. OLE color: 11632060.

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

Color convert

RGB188125177-
CMYK00.340.060.26
HSL310.48º31.98%61.37%-
HSV(B)310.48º33.51%73.73%-
XYZ36.0128.5345.2-
YUV149.76143.37155.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 125 (49.22% from 255) = 25.51%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=38.37%
G=25.51%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812517700.340.060.26310.4831.9861.37
HexBC7DB102261A136203d
Octal2741752610426324664075
Binary10111100111110110110001010001011011010100110110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DB1; }

 p { color: rgb(188,125,177); }

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

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

 a { background-color: rgb(188,125,177); }

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

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

 span { border-color: rgb(188,125,177); }

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