#BC7BBA

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

Shades of London Hue #BC7BBA

Tints of London Hue #BC7BBA

Color information

#BC7BBA (or 0xBC7BBA) is unknown color: approx London Hue. HEX triplet: BC, 7B and BA. RGB value is (188,123,186). Sum of RGB (Red+Green+Blue) = 188+123+186=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BBA is #438445. Grayscale: #959595. Windows color (decimal): -4424774 or 12221372. OLE color: 12221372.

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

Color convert

RGB188123186-
CMYK00.350.010.26
HSL301.85º32.66%60.98%-
HSV(B)301.85º34.57%73.73%-
XYZ36.6828.450-
YUV149.62148.53155.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 123 (48.44% from 255) = 24.75%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=37.83%
G=24.75%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812318600.350.010.26301.8532.6660.98
HexBC7BBA02311A12e213d
Octal2741732720431324564175
Binary101111001111011101110100100011111010100101110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7BBA; }

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

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

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

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

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

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

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

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