#BF73B8

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

Shades of Fuchsia #BF73B8

Tints of Fuchsia #BF73B8

Color information

#BF73B8 (or 0xBF73B8) is unknown color: approx Fuchsia. HEX triplet: BF, 73 and B8. RGB value is (191,115,184). Sum of RGB (Red+Green+Blue) = 191+115+184=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73B8 is #408C47. Grayscale: #919191. Windows color (decimal): -4230216 or 12088255. OLE color: 12088255.

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

Color convert

RGB191115184-
CMYK00.400.040.25
HSL305.53º37.25%60%-
HSV(B)305.53º39.79%74.9%-
XYZ36.2726.848.61-
YUV145.59149.68160.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 115 (45.31% from 255) = 23.47%
BLUE value IS 184 (72.27% from 255) = 37.55%
R=38.98%
G=23.47%
B=37.55%

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
Decimal19111518400.400.040.25305.5337.2560
HexBF73B8028419132253c
Octal2771632700504314624574
Binary10111111111001110111000010100010011001100110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF73B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF73B8; }

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

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

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

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

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

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

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

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