#BF63BF

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

Shades of Fuchsia #BF63BF

Tints of Fuchsia #BF63BF

Color information

#BF63BF (or 0xBF63BF) is unknown color: approx Fuchsia. HEX triplet: BF, 63 and BF. RGB value is (191,99,191). Sum of RGB (Red+Green+Blue) = 191+99+191=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF63BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63BF is #409C40. Grayscale: #888888. Windows color (decimal): -4234305 or 12542911. OLE color: 12542911.

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

Color convert

RGB19199191-
CMYK00.4800.25
HSL300º41.82%56.86%-
HSV(B)300º48.17%74.9%-
XYZ35.3523.7652.01-
YUV137158.48166.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 191 (75% from 255) = 39.71%
R=39.71%
G=20.58%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919919100.4800.2530041.8256.86
HexBF63BF03001912c2a39
Octal2771432770600314545271
Binary101111111100011101111110110000011001100101100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF63BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF63BF; }

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

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

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

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

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

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

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

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