#BF4ABA

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

Shades of Fuchsia #BF4ABA

Tints of Fuchsia #BF4ABA

Color information

#BF4ABA (or 0xBF4ABA) is unknown color: approx Fuchsia. HEX triplet: BF, 4A and BA. RGB value is (191,74,186). Sum of RGB (Red+Green+Blue) = 191+74+186=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4ABA is #40B545. Grayscale: #797979. Windows color (decimal): -4240710 or 12208831. OLE color: 12208831.

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

Color convert

RGB19174186-
CMYK00.610.030.25
HSL302.56º47.76%51.96%-
HSV(B)302.56º61.26%74.9%-
XYZ32.819.5248.49-
YUV121.75164.26177.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 74 (29.30% from 255) = 16.41%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=42.35%
G=16.41%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917418600.610.030.25302.5647.7651.96
HexBF4ABA03D31912f3034
Octal2771122720753314576064
Binary1011111110010101011101001111011111001100101111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4ABA; }

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

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

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

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

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

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

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

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