#BC82BC

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

Shades of London Hue #BC82BC

Tints of London Hue #BC82BC

Color information

#BC82BC (or 0xBC82BC) is unknown color: approx London Hue. HEX triplet: BC, 82 and BC. RGB value is (188,130,188). Sum of RGB (Red+Green+Blue) = 188+130+188=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC82BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82BC is #437D43. Grayscale: #999999. Windows color (decimal): -4422980 or 12354236. OLE color: 12354236.

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

Color convert

RGB188130188-
CMYK00.3100.26
HSL300º30.21%62.35%-
HSV(B)300º30.85%73.73%-
XYZ37.830.2951.43-
YUV153.95147.22152.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 130 (51.17% from 255) = 25.69%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=37.15%
G=25.69%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813018800.3100.2630030.2162.35
HexBC82BC01F01A12c1e3e
Octal2742022740370324543676
Binary10111100100000101011110001111101101010010110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC82BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC82BC; }

 p { color: rgb(188,130,188); }

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

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

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

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

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

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

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