#BF3FB2

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

Shades of Fuchsia #BF3FB2

Tints of Fuchsia #BF3FB2

Color information

#BF3FB2 (or 0xBF3FB2) is unknown color: approx Fuchsia. HEX triplet: BF, 3F and B2. RGB value is (191,63,178). Sum of RGB (Red+Green+Blue) = 191+63+178=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3FB2 is #40C04D. Grayscale: #727272. Windows color (decimal): -4243534 or 11681727. OLE color: 11681727.

HSL color Cylindrical-coordinate representation of color #BF3FB2: hue angle of 306.09º 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 #BF3FB2 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19163178-
CMYK00.670.070.25
HSL306.09º50.39%49.8%-
HSV(B)306.09º67.02%74.9%-
XYZ31.317.8543.91-
YUV114.38163.91182.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 63 (25% from 255) = 14.58%
BLUE value IS 178 (69.92% from 255) = 41.20%
R=44.21%
G=14.58%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916317800.670.070.25306.0950.3949.8
HexBF3FB20437191323232
Octal2777726201037314626262
Binary10111111111111101100100100001111111001100110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3FB2; }

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

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

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

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

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

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

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

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