#BC5BA5

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

Shades of Fuchsia #BC5BA5

Tints of Fuchsia #BC5BA5

Color information

#BC5BA5 (or 0xBC5BA5) is unknown color: approx Fuchsia. HEX triplet: BC, 5B and A5. RGB value is (188,91,165). Sum of RGB (Red+Green+Blue) = 188+91+165=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5BA5 is #43A45A. Grayscale: #808080. Windows color (decimal): -4432987 or 10836924. OLE color: 10836924.

HSL color Cylindrical-coordinate representation of color #BC5BA5: hue angle of 314.23º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5BA5 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB18891165-
CMYK00.520.120.26
HSL314.23º41.99%54.71%-
HSV(B)314.23º51.6%73.73%-
XYZ31.2720.8937.98-
YUV128.44148.64170.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 165 (64.84% from 255) = 37.16%
R=42.34%
G=20.50%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889116500.520.120.26314.2341.9954.71
HexBC5BA5034C1A13a2a37
Octal27413324506414324725267
Binary101111001011011101001010110100110011010100111010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5BA5; }

 p { color: rgb(188,91,165); }

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

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

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

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

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

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

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