#BC81BC

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

Shades of London Hue #BC81BC

Tints of London Hue #BC81BC

Color information

#BC81BC (or 0xBC81BC) is unknown color: approx London Hue. HEX triplet: BC, 81 and BC. RGB value is (188,129,188). Sum of RGB (Red+Green+Blue) = 188+129+188=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC81BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81BC is #437E43. Grayscale: #999999. Windows color (decimal): -4423236 or 12353980. OLE color: 12353980.

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

Color convert

RGB188129188-
CMYK00.3100.26
HSL300º30.57%62.16%-
HSV(B)300º31.38%73.73%-
XYZ37.6730.0251.39-
YUV153.37147.55152.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 129 (50.78% from 255) = 25.54%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=37.23%
G=25.54%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812918800.3100.2630030.5762.16
HexBC81BC01F01A12c1f3e
Octal2742012740370324543776
Binary10111100100000011011110001111101101010010110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81BC; }

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

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

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

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

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

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

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

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