#BC7EBA

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

Shades of London Hue #BC7EBA

Tints of London Hue #BC7EBA

Color information

#BC7EBA (or 0xBC7EBA) is unknown color: approx London Hue. HEX triplet: BC, 7E and BA. RGB value is (188,126,186). Sum of RGB (Red+Green+Blue) = 188+126+186=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EBA is #438145. Grayscale: #979797. Windows color (decimal): -4424006 or 12222140. OLE color: 12222140.

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

Color convert

RGB188126186-
CMYK00.330.010.26
HSL301.94º31.63%61.57%-
HSV(B)301.94º32.98%73.73%-
XYZ37.0629.1650.13-
YUV151.38147.54154.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 126 (49.61% from 255) = 25.2%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=37.6%
G=25.2%
B=37.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812618600.330.010.26301.9431.6361.57
HexBC7EBA02111A12e203e
Octal2741762720411324564076
Binary101111001111110101110100100001111010100101110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7EBA; }

 p { color: rgb(188,126,186); }

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

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

 a { background-color: rgb(188,126,186); }

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

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

 span { border-color: rgb(188,126,186); }

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