#BF41C2

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

Shades of Fuchsia #BF41C2

Tints of Fuchsia #BF41C2

Color information

#BF41C2 (or 0xBF41C2) is unknown color: approx Fuchsia. HEX triplet: BF, 41 and C2. RGB value is (191,65,194). Sum of RGB (Red+Green+Blue) = 191+65+194=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF41C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41C2 is #40BE3D. Grayscale: #747474. Windows color (decimal): -4243006 or 12730815. OLE color: 12730815.

HSL color Cylindrical-coordinate representation of color #BF41C2: hue angle of 298.6º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF41C2 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19165194-
CMYK0.020.6600.24
HSL298.6º51.39%50.78%-
HSV(B)298.6º66.49%76.08%-
XYZ33.1118.7552.91-
YUV117.38171.24180.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 65 (25.78% from 255) = 14.44%
BLUE value IS 194 (76.17% from 255) = 43.11%
R=42.44%
G=14.44%
B=43.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191651940.020.6600.24298.651.3950.78
HexBF41C224201812b3333
Octal27710130221020304536363
Binary10111111100000111000010101000010011000100101011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF41C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF41C2; }

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

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

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

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

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

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

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

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