#BD41B7

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

Shades of Fuchsia #BD41B7

Tints of Fuchsia #BD41B7

Color information

#BD41B7 (or 0xBD41B7) is unknown color: approx Fuchsia. HEX triplet: BD, 41 and B7. RGB value is (189,65,183). Sum of RGB (Red+Green+Blue) = 189+65+183=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD41B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD41B7 is #42BE48. Grayscale: #737373. Windows color (decimal): -4374089 or 12009917. OLE color: 12009917.

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

Color convert

RGB18965183-
CMYK00.660.030.26
HSL302.9º48.82%49.8%-
HSV(B)302.9º65.61%74.12%-
XYZ31.4218.0246.62-
YUV115.53166.08180.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 65 (25.78% from 255) = 14.87%
BLUE value IS 183 (71.88% from 255) = 41.88%
R=43.25%
G=14.87%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896518300.660.030.26302.948.8249.8
HexBD41B704231A12f3132
Octal27510126701023324576162
Binary10111101100000110110111010000101111010100101111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD41B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD41B7; }

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

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

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

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

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

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

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

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