#BF48C3

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

Shades of Fuchsia #BF48C3

Tints of Fuchsia #BF48C3

Color information

#BF48C3 (or 0xBF48C3) is unknown color: approx Fuchsia. HEX triplet: BF, 48 and C3. RGB value is (191,72,195). Sum of RGB (Red+Green+Blue) = 191+72+195=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF48C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF48C3 is #40B73C. Grayscale: #797979. Windows color (decimal): -4241213 or 12798143. OLE color: 12798143.

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

Color convert

RGB19172195-
CMYK0.020.6300.24
HSL298.05º50.62%52.35%-
HSV(B)298.05º63.08%76.47%-
XYZ33.6519.6553.65-
YUV121.6169.42177.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 72 (28.52% from 255) = 15.72%
BLUE value IS 195 (76.56% from 255) = 42.58%
R=41.70%
G=15.72%
B=42.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191721950.020.6300.24298.0550.6252.35
HexBF48C323F01812a3334
Octal2771103032770304526364
Binary1011111110010001100001110111111011000100101010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF48C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF48C3; }

 p { color: rgb(191,72,195); }

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

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

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

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

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

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

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