#BC61A8

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

Shades of Fuchsia #BC61A8

Tints of Fuchsia #BC61A8

Color information

#BC61A8 (or 0xBC61A8) is unknown color: approx Fuchsia. HEX triplet: BC, 61 and A8. RGB value is (188,97,168). Sum of RGB (Red+Green+Blue) = 188+97+168=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC61A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC61A8 is #439E57. Grayscale: #848484. Windows color (decimal): -4431448 or 11035068. OLE color: 11035068.

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

Color convert

RGB18897168-
CMYK00.480.110.26
HSL313.19º40.44%55.88%-
HSV(B)313.19º48.4%73.73%-
XYZ32.0822.0739.61-
YUV132.3148.15167.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 97 (38.28% from 255) = 21.41%
BLUE value IS 168 (66.02% from 255) = 37.09%
R=41.50%
G=21.41%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889716800.480.110.26313.1940.4455.88
HexBC61A8030B1A1392838
Octal27414125006013324715070
Binary101111001100001101010000110000101111010100111001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61A8; }

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

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

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

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

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

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

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

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