#BF58B4

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

Shades of Fuchsia #BF58B4

Tints of Fuchsia #BF58B4

Color information

#BF58B4 (or 0xBF58B4) is unknown color: approx Fuchsia. HEX triplet: BF, 58 and B4. RGB value is (191,88,180). Sum of RGB (Red+Green+Blue) = 191+88+180=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF58B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF58B4 is #40A74B. Grayscale: #818181. Windows color (decimal): -4237132 or 11819199. OLE color: 11819199.

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

Color convert

RGB19188180-
CMYK00.540.060.25
HSL306.41º44.59%54.71%-
HSV(B)306.41º53.93%74.9%-
XYZ33.2121.3545.55-
YUV129.28156.62172.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 88 (34.77% from 255) = 19.17%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=41.61%
G=19.17%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918818000.540.060.25306.4144.5954.71
HexBF58B40366191322d37
Octal2771302640666314625567
Binary10111111101100010110100011011011011001100110010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF58B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF58B4; }

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

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

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

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

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

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

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

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