#BC5AC5

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

Shades of Fuchsia #BC5AC5

Tints of Fuchsia #BC5AC5

Color information

#BC5AC5 (or 0xBC5AC5) is unknown color: approx Fuchsia. HEX triplet: BC, 5A and C5. RGB value is (188,90,197). Sum of RGB (Red+Green+Blue) = 188+90+197=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC5AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AC5 is #43A53A. Grayscale: #838383. Windows color (decimal): -4433211 or 12933820. OLE color: 12933820.

HSL color Cylindrical-coordinate representation of color #BC5AC5: hue angle of 294.95º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC5AC5 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18890197-
CMYK0.050.5400.23
HSL294.95º47.98%56.27%-
HSV(B)294.95º54.31%77.25%-
XYZ34.4722.0355.26-
YUV131.5164.97168.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 90 (35.55% from 255) = 18.95%
BLUE value IS 197 (77.34% from 255) = 41.47%
R=39.58%
G=18.95%
B=41.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188901970.050.5400.23294.9547.9856.27
HexBC5AC55360171273038
Octal2741323055660274476070
Binary10111100101101011000101101110110010111100100111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5AC5; }

 p { color: rgb(188,90,197); }

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

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

 a { background-color: rgb(188,90,197); }

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

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

 span { border-color: rgb(188,90,197); }

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