#BF48BB

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

Shades of Fuchsia #BF48BB

Tints of Fuchsia #BF48BB

Color information

#BF48BB (or 0xBF48BB) is unknown color: approx Fuchsia. HEX triplet: BF, 48 and BB. RGB value is (191,72,187). Sum of RGB (Red+Green+Blue) = 191+72+187=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF48BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF48BB is #40B744. Grayscale: #787878. Windows color (decimal): -4241221 or 12273855. OLE color: 12273855.

HSL color Cylindrical-coordinate representation of color #BF48BB: hue angle of 302.02º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF48BB is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19172187-
CMYK00.620.020.25
HSL302.02º48.18%51.57%-
HSV(B)302.02º62.3%74.9%-
XYZ32.7719.349.01-
YUV120.69165.42178.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 72 (28.52% from 255) = 16%
BLUE value IS 187 (73.44% from 255) = 41.56%
R=42.44%
G=16%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917218700.620.020.25302.0248.1851.57
HexBF48BB03E21912e3034
Octal2771102730762314566064
Binary1011111110010001011101101111101011001100101110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF48BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF48BB; }

 p { color: rgb(191,72,187); }

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

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

 a { background-color: rgb(191,72,187); }

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

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

 span { border-color: rgb(191,72,187); }

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