#BF3AC9

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

Shades of Fuchsia #BF3AC9

Tints of Fuchsia #BF3AC9

Color information

#BF3AC9 (or 0xBF3AC9) is unknown color: approx Fuchsia. HEX triplet: BF, 3A and C9. RGB value is (191,58,201). Sum of RGB (Red+Green+Blue) = 191+58+201=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF3AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3AC9 is #40C536. Grayscale: #717171. Windows color (decimal): -4244791 or 13187775. OLE color: 13187775.

HSL color Cylindrical-coordinate representation of color #BF3AC9: hue angle of 295.8º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3AC9 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19158201-
CMYK0.050.7100.21
HSL295.8º56.97%50.78%-
HSV(B)295.8º71.14%78.82%-
XYZ33.5418.3257.03-
YUV114.07177.06182.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 58 (23.05% from 255) = 12.89%
BLUE value IS 201 (78.91% from 255) = 44.67%
R=42.44%
G=12.89%
B=44.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191582010.050.7100.21295.856.9750.78
HexBF3AC95470151283933
Octal2777231151070254507163
Binary10111111111010110010011011000111010101100101000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3AC9; }

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

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

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

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

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

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

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

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