#BC3AA7

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

Shades of Fuchsia #BC3AA7

Tints of Fuchsia #BC3AA7

Color information

#BC3AA7 (or 0xBC3AA7) is unknown color: approx Fuchsia. HEX triplet: BC, 3A and A7. RGB value is (188,58,167). Sum of RGB (Red+Green+Blue) = 188+58+167=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3AA7 is #43C558. Grayscale: #6C6C6C. Windows color (decimal): -4441433 or 10959548. OLE color: 10959548.

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

Color convert

RGB18858167-
CMYK00.690.110.26
HSL309.69º52.85%48.24%-
HSV(B)309.69º69.15%73.73%-
XYZ29.2316.5138.21-
YUV109.3160.57184.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 58 (23.05% from 255) = 14.04%
BLUE value IS 167 (65.62% from 255) = 40.44%
R=45.52%
G=14.04%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885816700.690.110.26309.6952.8548.24
HexBC3AA7045B1A1363530
Octal27472247010513324666560
Binary101111001110101010011101000101101111010100110110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3AA7; }

 p { color: rgb(188,58,167); }

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

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

 a { background-color: rgb(188,58,167); }

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

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

 span { border-color: rgb(188,58,167); }

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