#b040bf

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

Shades of Fuchsia #B040BF

Tints of Fuchsia #B040BF

Color information

#B040BF (or 0xB040BF) is unknown color: approx Fuchsia. HEX triplet: B0, 40 and BF. RGB value is (176,64,191). Sum of RGB (Red+Green+Blue) = 176+64+191=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #B040BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040BF is #4FBF40. Grayscale: #6F6F6F. Windows color (decimal): -5226305 or 12533936. OLE color: 12533936.

HSL color Cylindrical-coordinate representation of color #B040BF: hue angle of 292.91º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B040BF is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17664191-
CMYK0.080.6600.25
HSL292.91º49.8%50%-
HSV(B)292.91º66.49%74.9%-
XYZ29.1416.6650.97-
YUV111.97172.61173.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 64 (25.39% from 255) = 14.85%
BLUE value IS 191 (75% from 255) = 44.32%
R=40.84%
G=14.85%
B=44.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176641910.080.6600.25292.9149.850
HexB040BF8420191253232
Octal260100277101020314456262
Binary1011000010000001011111110001000010011001100100101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b040bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b040bf; }

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

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

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

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

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

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

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

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