#BF50C1

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

Shades of Fuchsia #BF50C1

Tints of Fuchsia #BF50C1

Color information

#BF50C1 (or 0xBF50C1) is unknown color: approx Fuchsia. HEX triplet: BF, 50 and C1. RGB value is (191,80,193). Sum of RGB (Red+Green+Blue) = 191+80+193=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF50C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF50C1 is #40AF3E. Grayscale: #7D7D7D. Windows color (decimal): -4239167 or 12669119. OLE color: 12669119.

HSL color Cylindrical-coordinate representation of color #BF50C1: hue angle of 298.94º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF50C1 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19180193-
CMYK0.010.5900.24
HSL298.94º47.68%53.53%-
HSV(B)298.94º58.55%75.69%-
XYZ33.9820.6652.65-
YUV126.07165.77174.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 80 (31.64% from 255) = 17.24%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=41.16%
G=17.24%
B=41.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191801930.010.5900.24298.9447.6853.53
HexBF50C113B01812b3036
Octal2771203011730304536066
Binary101111111010000110000011111011011000100101011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF50C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF50C1; }

 p { color: rgb(191,80,193); }

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

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

 a { background-color: rgb(191,80,193); }

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

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

 span { border-color: rgb(191,80,193); }

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