#BF73BE

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

Shades of Fuchsia #BF73BE

Tints of Fuchsia #BF73BE

Color information

#BF73BE (or 0xBF73BE) is unknown color: approx Fuchsia. HEX triplet: BF, 73 and BE. RGB value is (191,115,190). Sum of RGB (Red+Green+Blue) = 191+115+190=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73BE is #408C41. Grayscale: #929292. Windows color (decimal): -4230210 or 12481471. OLE color: 12481471.

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

Color convert

RGB191115190-
CMYK00.400.010.25
HSL300.79º37.25%60%-
HSV(B)300.79º39.79%74.9%-
XYZ36.9127.0651.99-
YUV146.27152.68159.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 115 (45.31% from 255) = 23.19%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=38.51%
G=23.19%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111519000.400.010.25300.7937.2560
HexBF73BE02811912d253c
Octal2771632760501314554574
Binary101111111110011101111100101000111001100101101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF73BE; }

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

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

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

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

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

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

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

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