#BC50A5

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

Shades of Fuchsia #BC50A5

Tints of Fuchsia #BC50A5

Color information

#BC50A5 (or 0xBC50A5) is unknown color: approx Fuchsia. HEX triplet: BC, 50 and A5. RGB value is (188,80,165). Sum of RGB (Red+Green+Blue) = 188+80+165=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC50A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC50A5 is #43AF5A. Grayscale: #797979. Windows color (decimal): -4435803 or 10834108. OLE color: 10834108.

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

Color convert

RGB18880165-
CMYK00.570.120.26
HSL312.78º44.63%52.55%-
HSV(B)312.78º57.45%73.73%-
XYZ30.419.1537.69-
YUV121.98152.28175.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 80 (31.64% from 255) = 18.48%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=43.42%
G=18.48%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888016500.570.120.26312.7844.6352.55
HexBC50A5039C1A1392d35
Octal27412024507114324715565
Binary101111001010000101001010111001110011010100111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC50A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC50A5; }

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

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

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

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

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

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

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

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