#BF41BA

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

Shades of Fuchsia #BF41BA

Tints of Fuchsia #BF41BA

Color information

#BF41BA (or 0xBF41BA) is unknown color: approx Fuchsia. HEX triplet: BF, 41 and BA. RGB value is (191,65,186). Sum of RGB (Red+Green+Blue) = 191+65+186=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF41BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41BA is #40BE45. Grayscale: #747474. Windows color (decimal): -4243014 or 12206527. OLE color: 12206527.

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

Color convert

RGB19165186-
CMYK00.660.030.25
HSL302.38º49.61%50.2%-
HSV(B)302.38º65.97%74.9%-
XYZ32.2418.448.31-
YUV116.47167.24181.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 65 (25.78% from 255) = 14.71%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=43.21%
G=14.71%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916518600.660.030.25302.3849.6150.2
HexBF41BA04231912e3232
Octal27710127201023314566262
Binary10111111100000110111010010000101111001100101110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF41BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF41BA; }

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

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

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

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

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

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

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

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