#BF5EAE

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

Shades of Fuchsia #BF5EAE

Tints of Fuchsia #BF5EAE

Color information

#BF5EAE (or 0xBF5EAE) is unknown color: approx Fuchsia. HEX triplet: BF, 5E and AE. RGB value is (191,94,174). Sum of RGB (Red+Green+Blue) = 191+94+174=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5EAE is #40A151. Grayscale: #838383. Windows color (decimal): -4235602 or 11427519. OLE color: 11427519.

HSL color Cylindrical-coordinate representation of color #BF5EAE: hue angle of 310.52º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5EAE is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19194174-
CMYK00.510.090.25
HSL310.52º43.11%55.88%-
HSV(B)310.52º50.79%74.9%-
XYZ33.1322.1442.57-
YUV132.12151.64170-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 94 (37.11% from 255) = 20.48%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=41.61%
G=20.48%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919417400.510.090.25310.5243.1155.88
HexBF5EAE0339191372b38
Octal27713625606311314675370
Binary101111111011110101011100110011100111001100110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5EAE; }

 p { color: rgb(191,94,174); }

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

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

 a { background-color: rgb(191,94,174); }

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

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

 span { border-color: rgb(191,94,174); }

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