#BF48B3

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

Shades of Fuchsia #BF48B3

Tints of Fuchsia #BF48B3

Color information

#BF48B3 (or 0xBF48B3) is unknown color: approx Fuchsia. HEX triplet: BF, 48 and B3. RGB value is (191,72,179). Sum of RGB (Red+Green+Blue) = 191+72+179=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF48B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF48B3 is #40B74C. Grayscale: #777777. Windows color (decimal): -4241229 or 11749567. OLE color: 11749567.

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

Color convert

RGB19172179-
CMYK00.620.060.25
HSL306.05º48.18%51.57%-
HSV(B)306.05º62.3%74.9%-
XYZ31.9418.9744.63-
YUV119.78161.42178.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 72 (28.52% from 255) = 16.29%
BLUE value IS 179 (70.31% from 255) = 40.50%
R=43.21%
G=16.29%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917217900.620.060.25306.0548.1851.57
HexBF48B303E6191323034
Octal2771102630766314626064
Binary10111111100100010110011011111011011001100110010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF48B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF48B3; }

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

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

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

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

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

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

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

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