#BC73C1

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

Shades of Fuchsia #BC73C1

Tints of Fuchsia #BC73C1

Color information

#BC73C1 (or 0xBC73C1) is unknown color: approx Fuchsia. HEX triplet: BC, 73 and C1. RGB value is (188,115,193). Sum of RGB (Red+Green+Blue) = 188+115+193=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC73C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73C1 is #438C3E. Grayscale: #919191. Windows color (decimal): -4426815 or 12678076. OLE color: 12678076.

HSL color Cylindrical-coordinate representation of color #BC73C1: hue angle of 296.15º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC73C1 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188115193-
CMYK0.030.4000.24
HSL296.15º38.61%60.39%-
HSV(B)296.15º40.41%75.69%-
XYZ36.526.853.7-
YUV145.72154.68158.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 115 (45.31% from 255) = 23.19%
BLUE value IS 193 (75.78% from 255) = 38.91%
R=37.90%
G=23.19%
B=38.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881151930.030.4000.24296.1538.6160.39
HexBC73C1328018128273c
Octal2741633013500304504774
Binary1011110011100111100000111101000011000100101000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC73C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC73C1; }

 p { color: rgb(188,115,193); }

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

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

 a { background-color: rgb(188,115,193); }

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

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

 span { border-color: rgb(188,115,193); }

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