#BF73BA

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

Shades of Fuchsia #BF73BA

Tints of Fuchsia #BF73BA

Color information

#BF73BA (or 0xBF73BA) is unknown color: approx Fuchsia. HEX triplet: BF, 73 and BA. RGB value is (191,115,186). Sum of RGB (Red+Green+Blue) = 191+115+186=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73BA is #408C45. Grayscale: #919191. Windows color (decimal): -4230214 or 12219327. OLE color: 12219327.

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

Color convert

RGB191115186-
CMYK00.400.030.25
HSL303.95º37.25%60%-
HSV(B)303.95º39.79%74.9%-
XYZ36.4826.8849.72-
YUV145.82150.68160.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 115 (45.31% from 255) = 23.37%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=38.82%
G=23.37%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111518600.400.030.25303.9537.2560
HexBF73BA028319130253c
Octal2771632720503314604574
Binary1011111111100111011101001010001111001100110000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF73BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF73BA; }

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

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

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

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

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

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

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

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