#BF3AB9

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

Shades of Fuchsia #BF3AB9

Tints of Fuchsia #BF3AB9

Color information

#BF3AB9 (or 0xBF3AB9) is unknown color: approx Fuchsia. HEX triplet: BF, 3A and B9. RGB value is (191,58,185). Sum of RGB (Red+Green+Blue) = 191+58+185=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3AB9 is #40C546. Grayscale: #6F6F6F. Windows color (decimal): -4244807 or 12139199. OLE color: 12139199.

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

Color convert

RGB19158185-
CMYK00.700.030.25
HSL302.71º53.41%48.82%-
HSV(B)302.71º69.63%74.9%-
XYZ31.7617.6147.62-
YUV112.24169.06184.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 58 (23.05% from 255) = 13.36%
BLUE value IS 185 (72.66% from 255) = 42.63%
R=44.01%
G=13.36%
B=42.63%

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
Decimal1915818500.700.030.25302.7153.4148.82
HexBF3AB904631912f3531
Octal2777227101063314576561
Binary1011111111101010111001010001101111001100101111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3AB9; }

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

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

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

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

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

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

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

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