#BF45BA

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

Shades of Fuchsia #BF45BA

Tints of Fuchsia #BF45BA

Color information

#BF45BA (or 0xBF45BA) is unknown color: approx Fuchsia. HEX triplet: BF, 45 and BA. RGB value is (191,69,186). Sum of RGB (Red+Green+Blue) = 191+69+186=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF45BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF45BA is #40BA45. Grayscale: #767676. Windows color (decimal): -4241990 or 12207551. OLE color: 12207551.

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

Color convert

RGB19169186-
CMYK00.640.030.25
HSL302.46º48.8%50.98%-
HSV(B)302.46º63.87%74.9%-
XYZ32.4818.8848.39-
YUV118.82165.92179.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 69 (27.34% from 255) = 15.47%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=42.83%
G=15.47%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916918600.640.030.25302.4648.850.98
HexBF45BA04031912e3133
Octal27710527201003314566163
Binary10111111100010110111010010000001111001100101110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF45BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF45BA; }

 p { color: rgb(191,69,186); }

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

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

 a { background-color: rgb(191,69,186); }

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

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

 span { border-color: rgb(191,69,186); }

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