#BF58B7

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

Shades of Fuchsia #BF58B7

Tints of Fuchsia #BF58B7

Color information

#BF58B7 (or 0xBF58B7) is unknown color: approx Fuchsia. HEX triplet: BF, 58 and B7. RGB value is (191,88,183). Sum of RGB (Red+Green+Blue) = 191+88+183=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF58B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF58B7 is #40A748. Grayscale: #818181. Windows color (decimal): -4237129 or 12015807. OLE color: 12015807.

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

Color convert

RGB19188183-
CMYK00.540.040.25
HSL304.66º44.59%54.71%-
HSV(B)304.66º53.93%74.9%-
XYZ33.5221.4747.18-
YUV129.63158.12171.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.34%
GREEN value IS 88 (34.77% from 255) = 19.05%
BLUE value IS 183 (71.88% from 255) = 39.61%
R=41.34%
G=19.05%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918818300.540.040.25304.6644.5954.71
HexBF58B70364191312d37
Octal2771302670664314615567
Binary10111111101100010110111011011010011001100110001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF58B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF58B7; }

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

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

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

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

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

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

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

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