#BF3AB0

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

Shades of Fuchsia #BF3AB0

Tints of Fuchsia #BF3AB0

Color information

#BF3AB0 (or 0xBF3AB0) is unknown color: approx Fuchsia. HEX triplet: BF, 3A and B0. RGB value is (191,58,176). Sum of RGB (Red+Green+Blue) = 191+58+176=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3AB0 is #40C54F. Grayscale: #6E6E6E. Windows color (decimal): -4244816 or 11549375. OLE color: 11549375.

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

Color convert

RGB19158176-
CMYK00.700.080.25
HSL306.77º53.41%48.82%-
HSV(B)306.77º69.63%74.9%-
XYZ30.8417.2442.78-
YUV111.22164.56184.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 58 (23.05% from 255) = 13.65%
BLUE value IS 176 (69.14% from 255) = 41.41%
R=44.94%
G=13.65%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915817600.700.080.25306.7753.4148.82
HexBF3AB00468191333531
Octal27772260010610314636561
Binary101111111110101011000001000110100011001100110011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3AB0; }

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

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

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

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

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

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

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

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