#BF58BA

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

Shades of Fuchsia #BF58BA

Tints of Fuchsia #BF58BA

Color information

#BF58BA (or 0xBF58BA) is unknown color: approx Fuchsia. HEX triplet: BF, 58 and BA. RGB value is (191,88,186). Sum of RGB (Red+Green+Blue) = 191+88+186=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF58BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF58BA is #40A745. Grayscale: #818181. Windows color (decimal): -4237126 or 12212415. OLE color: 12212415.

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

Color convert

RGB19188186-
CMYK00.540.030.25
HSL302.91º44.59%54.71%-
HSV(B)302.91º53.93%74.9%-
XYZ33.8421.648.84-
YUV129.97159.62171.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 88 (34.77% from 255) = 18.92%
BLUE value IS 186 (73.05% from 255) = 40%
R=41.08%
G=18.92%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918818600.540.030.25302.9144.5954.71
HexBF58BA03631912f2d37
Octal2771302720663314575567
Binary1011111110110001011101001101101111001100101111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF58BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF58BA; }

 p { color: rgb(191,88,186); }

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

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

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

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

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

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

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