#BF73C1

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

Shades of Fuchsia #BF73C1

Tints of Fuchsia #BF73C1

Color information

#BF73C1 (or 0xBF73C1) is unknown color: approx Fuchsia. HEX triplet: BF, 73 and C1. RGB value is (191,115,193). Sum of RGB (Red+Green+Blue) = 191+115+193=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF73C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73C1 is #408C3E. Grayscale: #929292. Windows color (decimal): -4230207 or 12678079. OLE color: 12678079.

HSL color Cylindrical-coordinate representation of color #BF73C1: hue angle of 298.46º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF73C1 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191115193-
CMYK0.010.4000.24
HSL298.46º38.61%60.39%-
HSV(B)298.46º40.41%75.69%-
XYZ37.2427.1953.74-
YUV146.62154.18159.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 115 (45.31% from 255) = 23.05%
BLUE value IS 193 (75.78% from 255) = 38.68%
R=38.28%
G=23.05%
B=38.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911151930.010.4000.24298.4638.6160.39
HexBF73C112801812a273c
Octal2771633011500304524774
Binary101111111110011110000011101000011000100101010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF73C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF73C1; }

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

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

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

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

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

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

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

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