#BC75B3

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

Shades of London Hue #BC75B3

Tints of London Hue #BC75B3

Color information

#BC75B3 (or 0xBC75B3) is unknown color: approx London Hue. HEX triplet: BC, 75 and B3. RGB value is (188,117,179). Sum of RGB (Red+Green+Blue) = 188+117+179=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC75B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75B3 is #438A4C. Grayscale: #919191. Windows color (decimal): -4426317 or 11761084. OLE color: 11761084.

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

Color convert

RGB188117179-
CMYK00.380.050.26
HSL307.61º34.63%59.8%-
HSV(B)307.61º37.77%73.73%-
XYZ35.2426.6745.94-
YUV145.3147.02158.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 117 (46.09% from 255) = 24.17%
BLUE value IS 179 (70.31% from 255) = 36.98%
R=38.84%
G=24.17%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811717900.380.050.26307.6134.6359.8
HexBC75B302651A134233c
Octal2741652630465324644374
Binary10111100111010110110011010011010111010100110100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75B3; }

 p { color: rgb(188,117,179); }

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

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

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

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

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

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

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