#BF53C1

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

Shades of Fuchsia #BF53C1

Tints of Fuchsia #BF53C1

Color information

#BF53C1 (or 0xBF53C1) is unknown color: approx Fuchsia. HEX triplet: BF, 53 and C1. RGB value is (191,83,193). Sum of RGB (Red+Green+Blue) = 191+83+193=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF53C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53C1 is #40AC3E. Grayscale: #7F7F7F. Windows color (decimal): -4238399 or 12669887. OLE color: 12669887.

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

Color convert

RGB19183193-
CMYK0.010.5700.24
HSL298.91º47.01%54.12%-
HSV(B)298.91º56.99%75.69%-
XYZ34.221.1152.72-
YUV127.83164.78173.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 83 (32.81% from 255) = 17.77%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=40.90%
G=17.77%
B=41.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191831930.010.5700.24298.9147.0154.12
HexBF53C113901812b2f36
Octal2771233011710304535766
Binary101111111010011110000011111001011000100101011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF53C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF53C1; }

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

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

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

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

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

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

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

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