#BF3ABA

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

Shades of Fuchsia #BF3ABA

Tints of Fuchsia #BF3ABA

Color information

#BF3ABA (or 0xBF3ABA) is unknown color: approx Fuchsia. HEX triplet: BF, 3A and BA. RGB value is (191,58,186). Sum of RGB (Red+Green+Blue) = 191+58+186=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3ABA is #40C545. Grayscale: #6F6F6F. Windows color (decimal): -4244806 or 12204735. OLE color: 12204735.

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

Color convert

RGB19158186-
CMYK00.700.030.25
HSL302.26º53.41%48.82%-
HSV(B)302.26º69.63%74.9%-
XYZ31.8617.6548.18-
YUV112.36169.56184.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 58 (23.05% from 255) = 13.33%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=43.91%
G=13.33%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915818600.700.030.25302.2653.4148.82
HexBF3ABA04631912e3531
Octal2777227201063314566561
Binary1011111111101010111010010001101111001100101110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3ABA; }

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

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

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

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

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

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

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

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