#BF73B6

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

Shades of Fuchsia #BF73B6

Tints of Fuchsia #BF73B6

Color information

#BF73B6 (or 0xBF73B6) is unknown color: approx Fuchsia. HEX triplet: BF, 73 and B6. RGB value is (191,115,182). Sum of RGB (Red+Green+Blue) = 191+115+182=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73B6 is #408C49. Grayscale: #919191. Windows color (decimal): -4230218 or 11957183. OLE color: 11957183.

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

Color convert

RGB191115182-
CMYK00.400.050.25
HSL307.11º37.25%60%-
HSV(B)307.11º39.79%74.9%-
XYZ36.0626.7247.51-
YUV145.36148.68160.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 115 (45.31% from 255) = 23.57%
BLUE value IS 182 (71.48% from 255) = 37.30%
R=39.14%
G=23.57%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111518200.400.050.25307.1137.2560
HexBF73B6028519133253c
Octal2771632660505314634574
Binary10111111111001110110110010100010111001100110011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF73B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF73B6; }

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

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

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

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

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

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

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

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