#BF73B7

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

Shades of Fuchsia #BF73B7

Tints of Fuchsia #BF73B7

Color information

#BF73B7 (or 0xBF73B7) is unknown color: approx Fuchsia. HEX triplet: BF, 73 and B7. RGB value is (191,115,183). Sum of RGB (Red+Green+Blue) = 191+115+183=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73B7 is #408C48. Grayscale: #919191. Windows color (decimal): -4230217 or 12022719. OLE color: 12022719.

HSL color Cylindrical-coordinate representation of color #BF73B7: hue angle of 306.32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF73B7 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB191115183-
CMYK00.400.040.25
HSL306.32º37.25%60%-
HSV(B)306.32º39.79%74.9%-
XYZ36.1626.7648.06-
YUV145.48149.18160.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 115 (45.31% from 255) = 23.52%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=39.06%
G=23.52%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111518300.400.040.25306.3237.2560
HexBF73B7028419132253c
Octal2771632670504314624574
Binary10111111111001110110111010100010011001100110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF73B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF73B7; }

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

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

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

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

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

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

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

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