#bf51c2

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

Shades of Fuchsia #BF51C2

Tints of Fuchsia #BF51C2

Color information

#BF51C2 (or 0xBF51C2) is unknown color: approx Fuchsia. HEX triplet: BF, 51 and C2. RGB value is (191,81,194). Sum of RGB (Red+Green+Blue) = 191+81+194=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF51C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF51C2 is #40AE3D. Grayscale: #7E7E7E. Windows color (decimal): -4238910 or 12734911. OLE color: 12734911.

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

Color convert

RGB19181194-
CMYK0.020.5800.24
HSL298.41º48.09%53.92%-
HSV(B)298.41º58.25%76.08%-
XYZ34.1720.8653.26-
YUV126.77165.94173.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 81 (32.03% from 255) = 17.38%
BLUE value IS 194 (76.17% from 255) = 41.63%
R=40.99%
G=17.38%
B=41.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191811940.020.5800.24298.4148.0953.92
HexBF51C223A01812a3036
Octal2771213022720304526066
Binary1011111110100011100001010111010011000100101010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf51c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf51c2; }

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

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

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

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

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

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

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

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