#BC52AD

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

Shades of Fuchsia #BC52AD

Tints of Fuchsia #BC52AD

Color information

#BC52AD (or 0xBC52AD) is unknown color: approx Fuchsia. HEX triplet: BC, 52 and AD. RGB value is (188,82,173). Sum of RGB (Red+Green+Blue) = 188+82+173=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC52AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC52AD is #43AD52. Grayscale: #7B7B7B. Windows color (decimal): -4435283 or 11358908. OLE color: 11358908.

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

Color convert

RGB18882173-
CMYK00.560.080.26
HSL308.49º44.17%52.94%-
HSV(B)308.49º56.38%73.73%-
XYZ31.319.7441.7-
YUV124.07155.62173.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 82 (32.42% from 255) = 18.51%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=42.44%
G=18.51%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888217300.560.080.26308.4944.1752.94
HexBC52AD03881A1342c35
Octal27412225507010324645465
Binary101111001010010101011010111000100011010100110100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC52AD; }

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

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

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

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

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

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

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

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