#BF45BF

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

Shades of Fuchsia #BF45BF

Tints of Fuchsia #BF45BF

Color information

#BF45BF (or 0xBF45BF) is unknown color: approx Fuchsia. HEX triplet: BF, 45 and BF. RGB value is (191,69,191). Sum of RGB (Red+Green+Blue) = 191+69+191=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF45BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF45BF is #40BA40. Grayscale: #777777. Windows color (decimal): -4241985 or 12535231. OLE color: 12535231.

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

Color convert

RGB19169191-
CMYK00.6400.25
HSL300º48.8%50.98%-
HSV(B)300º63.87%74.9%-
XYZ33.0219.0951.24-
YUV119.39168.42179.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 69 (27.34% from 255) = 15.30%
BLUE value IS 191 (75% from 255) = 42.35%
R=42.35%
G=15.30%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916919100.6400.2530048.850.98
HexBF45BF04001912c3133
Octal27710527701000314546163
Binary1011111110001011011111101000000011001100101100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF45BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF45BF; }

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

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

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

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

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

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

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

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