#BF53BF

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

Shades of Fuchsia #BF53BF

Tints of Fuchsia #BF53BF

Color information

#BF53BF (or 0xBF53BF) is unknown color: approx Fuchsia. HEX triplet: BF, 53 and BF. RGB value is (191,83,191). Sum of RGB (Red+Green+Blue) = 191+83+191=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF53BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53BF is #40AC40. Grayscale: #7F7F7F. Windows color (decimal): -4238401 or 12538815. OLE color: 12538815.

HSL color Cylindrical-coordinate representation of color #BF53BF: hue angle of 300º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF53BF is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19183191-
CMYK00.5700.25
HSL300º45.76%53.73%-
HSV(B)300º56.54%74.9%-
XYZ33.9821.0251.56-
YUV127.6163.78173.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 83 (32.81% from 255) = 17.85%
BLUE value IS 191 (75% from 255) = 41.08%
R=41.08%
G=17.85%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918319100.5700.2530045.7653.73
HexBF53BF03901912c2e36
Octal2771232770710314545666
Binary101111111010011101111110111001011001100101100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF53BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF53BF; }

 p { color: rgb(191,83,191); }

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

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

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

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

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

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

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