#bc5ca8

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

Shades of Fuchsia #BC5CA8

Tints of Fuchsia #BC5CA8

Color information

#BC5CA8 (or 0xBC5CA8) is unknown color: approx Fuchsia. HEX triplet: BC, 5C and A8. RGB value is (188,92,168). Sum of RGB (Red+Green+Blue) = 188+92+168=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5CA8 is #43A357. Grayscale: #818181. Windows color (decimal): -4432728 or 11033788. OLE color: 11033788.

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

Color convert

RGB18892168-
CMYK00.510.110.26
HSL312.5º41.74%54.9%-
HSV(B)312.5º51.06%73.73%-
XYZ31.6321.1739.47-
YUV129.37149.8169.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 92 (36.33% from 255) = 20.54%
BLUE value IS 168 (66.02% from 255) = 37.5%
R=41.96%
G=20.54%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889216800.510.110.26312.541.7454.9
HexBC5CA8033B1A1382a37
Octal27413425006313324705267
Binary101111001011100101010000110011101111010100111000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc5ca8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc5ca8; }

 p { color: rgb(188,92,168); }

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

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

 a { background-color: rgb(188,92,168); }

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

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

 span { border-color: rgb(188,92,168); }

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