#BF53C5

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

Shades of Fuchsia #BF53C5

Tints of Fuchsia #BF53C5

Color information

#BF53C5 (or 0xBF53C5) is unknown color: approx Fuchsia. HEX triplet: BF, 53 and C5. RGB value is (191,83,197). Sum of RGB (Red+Green+Blue) = 191+83+197=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF53C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53C5 is #40AC3A. Grayscale: #7F7F7F. Windows color (decimal): -4238395 or 12932031. OLE color: 12932031.

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

Color convert

RGB19183197-
CMYK0.030.5800.23
HSL296.84º49.57%54.9%-
HSV(B)296.84º57.87%77.25%-
XYZ34.6621.2955.11-
YUV128.29166.78172.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 83 (32.81% from 255) = 17.62%
BLUE value IS 197 (77.34% from 255) = 41.83%
R=40.55%
G=17.62%
B=41.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191831970.030.5800.23296.8449.5754.9
HexBF53C533A0171293237
Octal2771233053720274516267
Binary1011111110100111100010111111010010111100101001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF53C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF53C5; }

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

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

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

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

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

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

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

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