#BF44BE

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

Shades of Fuchsia #BF44BE

Tints of Fuchsia #BF44BE

Color information

#BF44BE (or 0xBF44BE) is unknown color: approx Fuchsia. HEX triplet: BF, 44 and BE. RGB value is (191,68,190). Sum of RGB (Red+Green+Blue) = 191+68+190=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF44BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF44BE is #40BB41. Grayscale: #767676. Windows color (decimal): -4242242 or 12469439. OLE color: 12469439.

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

Color convert

RGB19168190-
CMYK00.640.010.25
HSL300.49º49%50.78%-
HSV(B)300.49º64.4%74.9%-
XYZ32.8518.9350.64-
YUV118.68168.25179.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 68 (26.95% from 255) = 15.14%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=42.54%
G=15.14%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916819000.640.010.25300.494950.78
HexBF44BE04011912c3133
Octal27710427601001314546163
Binary1011111110001001011111001000000111001100101100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF44BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF44BE; }

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

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

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

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

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

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

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

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