#BF57BC

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

Shades of Fuchsia #BF57BC

Tints of Fuchsia #BF57BC

Color information

#BF57BC (or 0xBF57BC) is unknown color: approx Fuchsia. HEX triplet: BF, 57 and BC. RGB value is (191,87,188). Sum of RGB (Red+Green+Blue) = 191+87+188=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF57BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF57BC is #40A843. Grayscale: #818181. Windows color (decimal): -4237380 or 12343231. OLE color: 12343231.

HSL color Cylindrical-coordinate representation of color #BF57BC: hue angle of 301.73º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF57BC is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19187188-
CMYK00.540.020.25
HSL301.73º44.83%54.51%-
HSV(B)301.73º54.45%74.9%-
XYZ33.9721.5249.94-
YUV129.61160.96171.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 87 (34.38% from 255) = 18.67%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=40.99%
G=18.67%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918718800.540.020.25301.7344.8354.51
HexBF57BC03621912e2d37
Octal2771272740662314565567
Binary1011111110101111011110001101101011001100101110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF57BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF57BC; }

 p { color: rgb(191,87,188); }

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

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

 a { background-color: rgb(191,87,188); }

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

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

 span { border-color: rgb(191,87,188); }

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