#BF41BB

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

Shades of Fuchsia #BF41BB

Tints of Fuchsia #BF41BB

Color information

#BF41BB (or 0xBF41BB) is unknown color: approx Fuchsia. HEX triplet: BF, 41 and BB. RGB value is (191,65,187). Sum of RGB (Red+Green+Blue) = 191+65+187=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF41BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41BB is #40BE44. Grayscale: #747474. Windows color (decimal): -4243013 or 12272063. OLE color: 12272063.

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

Color convert

RGB19165187-
CMYK00.660.020.25
HSL301.9º49.61%50.2%-
HSV(B)301.9º65.97%74.9%-
XYZ32.3518.4448.87-
YUV116.58167.74181.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 65 (25.78% from 255) = 14.67%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=43.12%
G=14.67%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916518700.660.020.25301.949.6150.2
HexBF41BB04221912e3232
Octal27710127301022314566262
Binary10111111100000110111011010000101011001100101110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF41BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF41BB; }

 p { color: rgb(191,65,187); }

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

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

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

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

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

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

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