#BF51C4

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

Shades of Fuchsia #BF51C4

Tints of Fuchsia #BF51C4

Color information

#BF51C4 (or 0xBF51C4) is unknown color: approx Fuchsia. HEX triplet: BF, 51 and C4. RGB value is (191,81,196). Sum of RGB (Red+Green+Blue) = 191+81+196=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF51C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF51C4 is #40AE3B. Grayscale: #7E7E7E. Windows color (decimal): -4238908 or 12865983. OLE color: 12865983.

HSL color Cylindrical-coordinate representation of color #BF51C4: hue angle of 297.39º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF51C4 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19181196-
CMYK0.030.5900.23
HSL297.39º49.36%54.31%-
HSV(B)297.39º58.67%76.86%-
XYZ34.3920.9554.46-
YUV127166.94173.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 81 (32.03% from 255) = 17.31%
BLUE value IS 196 (76.95% from 255) = 41.88%
R=40.81%
G=17.31%
B=41.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191811960.030.5900.23297.3949.3654.31
HexBF51C433B0171293136
Octal2771213043730274516166
Binary1011111110100011100010011111011010111100101001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF51C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF51C4; }

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

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

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

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

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

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

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

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