#bf44ba

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

Shades of Fuchsia #BF44BA

Tints of Fuchsia #BF44BA

Color information

#BF44BA (or 0xBF44BA) is unknown color: approx Fuchsia. HEX triplet: BF, 44 and BA. RGB value is (191,68,186). Sum of RGB (Red+Green+Blue) = 191+68+186=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF44BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF44BA is #40BB45. Grayscale: #757575. Windows color (decimal): -4242246 or 12207295. OLE color: 12207295.

HSL color Cylindrical-coordinate representation of color #BF44BA: hue angle of 302.44º 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 #BF44BA is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19168186-
CMYK00.640.030.25
HSL302.44º49%50.78%-
HSV(B)302.44º64.4%74.9%-
XYZ32.4218.7648.37-
YUV118.23166.25179.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 68 (26.95% from 255) = 15.28%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=42.92%
G=15.28%
B=41.80%

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
Decimal1916818600.640.030.25302.444950.78
HexBF44BA04031912e3133
Octal27710427201003314566163
Binary10111111100010010111010010000001111001100101110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf44ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf44ba; }

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

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

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

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

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

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

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

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