#BD41AE

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

Shades of Fuchsia #BD41AE

Tints of Fuchsia #BD41AE

Color information

#BD41AE (or 0xBD41AE) is unknown color: approx Fuchsia. HEX triplet: BD, 41 and AE. RGB value is (189,65,174). Sum of RGB (Red+Green+Blue) = 189+65+174=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD41AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD41AE is #42BE51. Grayscale: #727272. Windows color (decimal): -4374098 or 11420093. OLE color: 11420093.

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

Color convert

RGB18965174-
CMYK00.660.080.26
HSL307.26º48.82%49.8%-
HSV(B)307.26º65.61%74.12%-
XYZ30.5217.6641.84-
YUV114.5161.58181.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 65 (25.78% from 255) = 15.19%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=44.16%
G=15.19%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896517400.660.080.26307.2648.8249.8
HexBD41AE04281A1333132
Octal275101256010210324636162
Binary1011110110000011010111001000010100011010100110011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD41AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD41AE; }

 p { color: rgb(189,65,174); }

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

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

 a { background-color: rgb(189,65,174); }

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

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

 span { border-color: rgb(189,65,174); }

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