#BF41B2

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

Shades of Fuchsia #BF41B2

Tints of Fuchsia #BF41B2

Color information

#BF41B2 (or 0xBF41B2) is unknown color: approx Fuchsia. HEX triplet: BF, 41 and B2. RGB value is (191,65,178). Sum of RGB (Red+Green+Blue) = 191+65+178=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF41B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF41B2 is #40BE4D. Grayscale: #737373. Windows color (decimal): -4243022 or 11682239. OLE color: 11682239.

HSL color Cylindrical-coordinate representation of color #BF41B2: hue angle of 306.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF41B2 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19165178-
CMYK00.660.070.25
HSL306.19º49.61%50.2%-
HSV(B)306.19º65.97%74.9%-
XYZ31.4118.0743.95-
YUV115.56163.24181.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 65 (25.78% from 255) = 14.98%
BLUE value IS 178 (69.92% from 255) = 41.01%
R=44.01%
G=14.98%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916517800.660.070.25306.1949.6150.2
HexBF41B20427191323232
Octal27710126201027314626262
Binary101111111000001101100100100001011111001100110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF41B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF41B2; }

 p { color: rgb(191,65,178); }

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

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

 a { background-color: rgb(191,65,178); }

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

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

 span { border-color: rgb(191,65,178); }

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