#BC7BBE

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

Shades of London Hue #BC7BBE

Tints of London Hue #BC7BBE

Color information

#BC7BBE (or 0xBC7BBE) is unknown color: approx London Hue. HEX triplet: BC, 7B and BE. RGB value is (188,123,190). Sum of RGB (Red+Green+Blue) = 188+123+190=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BBE is #438441. Grayscale: #959595. Windows color (decimal): -4424770 or 12483516. OLE color: 12483516.

HSL color Cylindrical-coordinate representation of color #BC7BBE: hue angle of 298.21º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7BBE is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188123190-
CMYK0.010.3500.25
HSL298.21º34.01%61.37%-
HSV(B)298.21º35.26%74.51%-
XYZ37.1228.5752.27-
YUV150.07150.53155.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 123 (48.44% from 255) = 24.55%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=37.52%
G=24.55%
B=37.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881231900.010.3500.25298.2134.0161.37
HexBC7BBE12301912a223d
Octal2741732761430314524275
Binary101111001111011101111101100011011001100101010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7BBE; }

 p { color: rgb(188,123,190); }

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

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

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

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

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

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

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