#BD41B1

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

Shades of Fuchsia #BD41B1

Tints of Fuchsia #BD41B1

Color information

#BD41B1 (or 0xBD41B1) is unknown color: approx Fuchsia. HEX triplet: BD, 41 and B1. RGB value is (189,65,177). Sum of RGB (Red+Green+Blue) = 189+65+177=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD41B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD41B1 is #42BE4E. Grayscale: #727272. Windows color (decimal): -4374095 or 11616701. OLE color: 11616701.

HSL color Cylindrical-coordinate representation of color #BD41B1: hue angle of 305.81º 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 #BD41B1 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB18965177-
CMYK00.660.060.26
HSL305.81º48.82%49.8%-
HSV(B)305.81º65.61%74.12%-
XYZ30.8117.7743.4-
YUV114.84163.08180.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 65 (25.78% from 255) = 15.08%
BLUE value IS 177 (69.53% from 255) = 41.07%
R=43.85%
G=15.08%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896517700.660.060.26305.8148.8249.8
HexBD41B104261A1323132
Octal27510126101026324626162
Binary101111011000001101100010100001011011010100110010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD41B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD41B1; }

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

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

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

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

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

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

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

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