#BF3AB4

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

Shades of Fuchsia #BF3AB4

Tints of Fuchsia #BF3AB4

Color information

#BF3AB4 (or 0xBF3AB4) is unknown color: approx Fuchsia. HEX triplet: BF, 3A and B4. RGB value is (191,58,180). Sum of RGB (Red+Green+Blue) = 191+58+180=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3AB4 is #40C54B. Grayscale: #6F6F6F. Windows color (decimal): -4244812 or 11811519. OLE color: 11811519.

HSL color Cylindrical-coordinate representation of color #BF3AB4: hue angle of 304.96º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3AB4 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19158180-
CMYK00.700.060.25
HSL304.96º53.41%48.82%-
HSV(B)304.96º69.63%74.9%-
XYZ31.2417.444.89-
YUV111.68166.56184.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 58 (23.05% from 255) = 13.52%
BLUE value IS 180 (70.70% from 255) = 41.96%
R=44.52%
G=13.52%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915818000.700.060.25304.9653.4148.82
HexBF3AB40466191313531
Octal2777226401066314616561
Binary10111111111010101101000100011011011001100110001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3AB4; }

 p { color: rgb(191,58,180); }

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

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

 a { background-color: rgb(191,58,180); }

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

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

 span { border-color: rgb(191,58,180); }

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