#BC74B2

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

Shades of London Hue #BC74B2

Tints of London Hue #BC74B2

Color information

#BC74B2 (or 0xBC74B2) is unknown color: approx London Hue. HEX triplet: BC, 74 and B2. RGB value is (188,116,178). Sum of RGB (Red+Green+Blue) = 188+116+178=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC74B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC74B2 is #438B4D. Grayscale: #909090. Windows color (decimal): -4426574 or 11695292. OLE color: 11695292.

HSL color Cylindrical-coordinate representation of color #BC74B2: hue angle of 308.33º 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 #BC74B2 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB188116178-
CMYK00.380.050.26
HSL308.33º34.95%59.61%-
HSV(B)308.33º38.3%73.73%-
XYZ35.0226.445.37-
YUV144.6146.85158.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 178 (69.92% from 255) = 36.93%
R=39.00%
G=24.07%
B=36.93%

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
Decimal18811617800.380.050.26308.3334.9559.61
HexBC74B202651A134233c
Octal2741642620465324644374
Binary10111100111010010110010010011010111010100110100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC74B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC74B2; }

 p { color: rgb(188,116,178); }

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

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

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

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

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

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

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