#BC4AC7

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

Shades of Fuchsia #BC4AC7

Tints of Fuchsia #BC4AC7

Color information

#BC4AC7 (or 0xBC4AC7) is unknown color: approx Fuchsia. HEX triplet: BC, 4A and C7. RGB value is (188,74,199). Sum of RGB (Red+Green+Blue) = 188+74+199=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC4AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4AC7 is #43B538. Grayscale: #797979. Windows color (decimal): -4437305 or 13060796. OLE color: 13060796.

HSL color Cylindrical-coordinate representation of color #BC4AC7: hue angle of 294.72º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4AC7 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18874199-
CMYK0.060.6300.22
HSL294.72º52.74%53.53%-
HSV(B)294.72º62.81%78.04%-
XYZ33.519.7156.07-
YUV122.34171.27174.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 74 (29.30% from 255) = 16.05%
BLUE value IS 199 (78.12% from 255) = 43.17%
R=40.78%
G=16.05%
B=43.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188741990.060.6300.22294.7252.7453.53
HexBC4AC763F0161273536
Octal2741123076770264476566
Binary10111100100101011000111110111111010110100100111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4AC7; }

 p { color: rgb(188,74,199); }

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

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

 a { background-color: rgb(188,74,199); }

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

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

 span { border-color: rgb(188,74,199); }

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