#BC7CBD

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

Shades of London Hue #BC7CBD

Tints of London Hue #BC7CBD

Color information

#BC7CBD (or 0xBC7CBD) is unknown color: approx London Hue. HEX triplet: BC, 7C and BD. RGB value is (188,124,189). Sum of RGB (Red+Green+Blue) = 188+124+189=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC7CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CBD is #438342. Grayscale: #969696. Windows color (decimal): -4424515 or 12418236. OLE color: 12418236.

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

Color convert

RGB188124189-
CMYK0.010.3400.26
HSL299.08º32.99%61.37%-
HSV(B)299.08º34.39%74.12%-
XYZ37.1328.7851.74-
YUV150.55149.7154.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 124 (48.83% from 255) = 24.75%
BLUE value IS 189 (74.22% from 255) = 37.72%
R=37.52%
G=24.75%
B=37.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881241890.010.3400.26299.0832.9961.37
HexBC7CBD12201A12b213d
Octal2741742751420324534175
Binary101111001111100101111011100010011010100101011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7CBD; }

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

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

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

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

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

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

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

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