#BF4EA7

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

Shades of Fuchsia #BF4EA7

Tints of Fuchsia #BF4EA7

Color information

#BF4EA7 (or 0xBF4EA7) is unknown color: approx Fuchsia. HEX triplet: BF, 4E and A7. RGB value is (191,78,167). Sum of RGB (Red+Green+Blue) = 191+78+167=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4EA7 is #40B158. Grayscale: #797979. Windows color (decimal): -4239705 or 10964671. OLE color: 10964671.

HSL color Cylindrical-coordinate representation of color #BF4EA7: hue angle of 312.74º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4EA7 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB19178167-
CMYK00.590.130.25
HSL312.74º46.89%52.75%-
HSV(B)312.74º59.16%74.9%-
XYZ31.1919.3238.64-
YUV121.93153.44177.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 78 (30.86% from 255) = 17.89%
BLUE value IS 167 (65.62% from 255) = 38.30%
R=43.81%
G=17.89%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917816700.590.130.25312.7446.8952.75
HexBF4EA703BD191392f35
Octal27711624707315314715765
Binary101111111001110101001110111011110111001100111001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4EA7; }

 p { color: rgb(191,78,167); }

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

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

 a { background-color: rgb(191,78,167); }

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

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

 span { border-color: rgb(191,78,167); }

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