#BF5EC5

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

Shades of Fuchsia #BF5EC5

Tints of Fuchsia #BF5EC5

Color information

#BF5EC5 (or 0xBF5EC5) is unknown color: approx Fuchsia. HEX triplet: BF, 5E and C5. RGB value is (191,94,197). Sum of RGB (Red+Green+Blue) = 191+94+197=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF5EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5EC5 is #40A13A. Grayscale: #868686. Windows color (decimal): -4235579 or 12934847. OLE color: 12934847.

HSL color Cylindrical-coordinate representation of color #BF5EC5: hue angle of 296.5º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5EC5 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19194197-
CMYK0.030.5200.23
HSL296.5º47.03%57.06%-
HSV(B)296.5º52.28%77.25%-
XYZ35.5723.1155.41-
YUV134.74163.14168.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 94 (37.11% from 255) = 19.50%
BLUE value IS 197 (77.34% from 255) = 40.87%
R=39.63%
G=19.50%
B=40.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191941970.030.5200.23296.547.0357.06
HexBF5EC53340171292f39
Octal2771363053640274515771
Binary1011111110111101100010111110100010111100101001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5EC5; }

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

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

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

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

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

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

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

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