#BF3FB3

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

Shades of Fuchsia #BF3FB3

Tints of Fuchsia #BF3FB3

Color information

#BF3FB3 (or 0xBF3FB3) is unknown color: approx Fuchsia. HEX triplet: BF, 3F and B3. RGB value is (191,63,179). Sum of RGB (Red+Green+Blue) = 191+63+179=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FB3 is #40C04C. Grayscale: #727272. Windows color (decimal): -4243533 or 11747263. OLE color: 11747263.

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

Color convert

RGB19163179-
CMYK00.670.060.25
HSL305.62º50.39%49.8%-
HSV(B)305.62º67.02%74.9%-
XYZ31.417.8944.45-
YUV114.5164.41182.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 63 (25% from 255) = 14.55%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=44.11%
G=14.55%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916317900.670.060.25305.6250.3949.8
HexBF3FB30436191323232
Octal2777726301036314626262
Binary10111111111111101100110100001111011001100110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3FB3; }

 p { color: rgb(191,63,179); }

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

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

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

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

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

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

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