#BC52BF

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

Shades of Fuchsia #BC52BF

Tints of Fuchsia #BC52BF

Color information

#BC52BF (or 0xBC52BF) is unknown color: approx Fuchsia. HEX triplet: BC, 52 and BF. RGB value is (188,82,191). Sum of RGB (Red+Green+Blue) = 188+82+191=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC52BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52BF is #43AD40. Grayscale: #7D7D7D. Windows color (decimal): -4435265 or 12538556. OLE color: 12538556.

HSL color Cylindrical-coordinate representation of color #BC52BF: hue angle of 298.35º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC52BF is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18882191-
CMYK0.020.5700.25
HSL298.35º45.99%53.53%-
HSV(B)298.35º57.07%74.9%-
XYZ33.1620.4951.5-
YUV126.12164.62172.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 82 (32.42% from 255) = 17.79%
BLUE value IS 191 (75% from 255) = 41.43%
R=40.78%
G=17.79%
B=41.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188821910.020.5700.25298.3545.9953.53
HexBC52BF23901912a2e36
Octal2741222772710314525666
Binary1011110010100101011111110111001011001100101010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC52BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC52BF; }

 p { color: rgb(188,82,191); }

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

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

 a { background-color: rgb(188,82,191); }

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

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

 span { border-color: rgb(188,82,191); }

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