#BC51AD

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

Shades of Fuchsia #BC51AD

Tints of Fuchsia #BC51AD

Color information

#BC51AD (or 0xBC51AD) is unknown color: approx Fuchsia. HEX triplet: BC, 51 and AD. RGB value is (188,81,173). Sum of RGB (Red+Green+Blue) = 188+81+173=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC51AD is #43AE52. Grayscale: #7B7B7B. Windows color (decimal): -4435539 or 11358652. OLE color: 11358652.

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

Color convert

RGB18881173-
CMYK00.570.080.26
HSL308.41º44.4%52.75%-
HSV(B)308.41º56.91%73.73%-
XYZ31.2219.5941.67-
YUV123.48155.95174.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 81 (32.03% from 255) = 18.33%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=42.53%
G=18.33%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888117300.570.080.26308.4144.452.75
HexBC51AD03981A1342c35
Octal27412125507110324645465
Binary101111001010001101011010111001100011010100110100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC51AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC51AD; }

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

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

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

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

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

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

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

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