#BF59B2

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

Shades of Fuchsia #BF59B2

Tints of Fuchsia #BF59B2

Color information

#BF59B2 (or 0xBF59B2) is unknown color: approx Fuchsia. HEX triplet: BF, 59 and B2. RGB value is (191,89,178). Sum of RGB (Red+Green+Blue) = 191+89+178=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF59B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF59B2 is #40A64D. Grayscale: #818181. Windows color (decimal): -4236878 or 11688383. OLE color: 11688383.

HSL color Cylindrical-coordinate representation of color #BF59B2: hue angle of 307.65º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF59B2 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19189178-
CMYK00.530.070.25
HSL307.65º44.35%54.9%-
HSV(B)307.65º53.4%74.9%-
XYZ33.0921.4444.51-
YUV129.64155.29171.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 89 (35.16% from 255) = 19.43%
BLUE value IS 178 (69.92% from 255) = 38.86%
R=41.70%
G=19.43%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918917800.530.070.25307.6544.3554.9
HexBF59B20357191342c37
Octal2771312620657314645467
Binary10111111101100110110010011010111111001100110100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF59B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF59B2; }

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

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

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

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

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

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

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

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