#BF48B2

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

Shades of Fuchsia #BF48B2

Tints of Fuchsia #BF48B2

Color information

#BF48B2 (or 0xBF48B2) is unknown color: approx Fuchsia. HEX triplet: BF, 48 and B2. RGB value is (191,72,178). Sum of RGB (Red+Green+Blue) = 191+72+178=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF48B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF48B2 is #40B74D. Grayscale: #777777. Windows color (decimal): -4241230 or 11684031. OLE color: 11684031.

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

Color convert

RGB19172178-
CMYK00.620.070.25
HSL306.55º48.18%51.57%-
HSV(B)306.55º62.3%74.9%-
XYZ31.8418.9344.09-
YUV119.66160.92178.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 72 (28.52% from 255) = 16.33%
BLUE value IS 178 (69.92% from 255) = 40.36%
R=43.31%
G=16.33%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917217800.620.070.25306.5548.1851.57
HexBF48B203E7191333034
Octal2771102620767314636064
Binary10111111100100010110010011111011111001100110011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF48B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF48B2; }

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

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

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

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

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

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

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

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