#BF41C0

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

Shades of Fuchsia #BF41C0

Tints of Fuchsia #BF41C0

Color information

#BF41C0 (or 0xBF41C0) is unknown color: approx Fuchsia. HEX triplet: BF, 41 and C0. RGB value is (191,65,192). Sum of RGB (Red+Green+Blue) = 191+65+192=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF41C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41C0 is #40BE3F. Grayscale: #747474. Windows color (decimal): -4243008 or 12599743. OLE color: 12599743.

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

Color convert

RGB19165192-
CMYK0.010.6600.25
HSL299.53º50.2%50.39%-
HSV(B)299.53º66.15%75.29%-
XYZ32.8918.6651.74-
YUV117.15170.24180.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 65 (25.78% from 255) = 14.51%
BLUE value IS 192 (75.39% from 255) = 42.86%
R=42.63%
G=14.51%
B=42.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191651920.010.6600.25299.5350.250.39
HexBF41C014201912c3232
Octal27710130011020314546262
Binary1011111110000011100000011000010011001100101100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF41C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF41C0; }

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

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

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

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

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

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

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

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