#BF46BF

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

Shades of Fuchsia #BF46BF

Tints of Fuchsia #BF46BF

Color information

#BF46BF (or 0xBF46BF) is unknown color: approx Fuchsia. HEX triplet: BF, 46 and BF. RGB value is (191,70,191). Sum of RGB (Red+Green+Blue) = 191+70+191=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF46BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF46BF is #40B940. Grayscale: #777777. Windows color (decimal): -4241729 or 12535487. OLE color: 12535487.

HSL color Cylindrical-coordinate representation of color #BF46BF: 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.63%. Process color model (Four color, CMYK) of #BF46BF is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19170191-
CMYK00.6300.25
HSL300º48.59%51.18%-
HSV(B)300º63.35%74.9%-
XYZ33.0819.2251.26-
YUV119.97168.09178.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 70 (27.73% from 255) = 15.49%
BLUE value IS 191 (75% from 255) = 42.26%
R=42.26%
G=15.49%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917019100.6300.2530048.5951.18
HexBF46BF03F01912c3133
Octal2771062770770314546163
Binary101111111000110101111110111111011001100101100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF46BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF46BF; }

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

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

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

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

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

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

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

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