#B041BF

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

Shades of Fuchsia #B041BF

Tints of Fuchsia #B041BF

Color information

#B041BF (or 0xB041BF) is unknown color: approx Fuchsia. HEX triplet: B0, 41 and BF. RGB value is (176,65,191). Sum of RGB (Red+Green+Blue) = 176+65+191=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #B041BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B041BF is #4FBE40. Grayscale: #707070. Windows color (decimal): -5226049 or 12534192. OLE color: 12534192.

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

Color convert

RGB17665191-
CMYK0.080.6600.25
HSL292.86º49.61%50.2%-
HSV(B)292.86º65.97%74.9%-
XYZ29.216.7750.99-
YUV112.55172.27173.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 65 (25.78% from 255) = 15.05%
BLUE value IS 191 (75% from 255) = 44.21%
R=40.74%
G=15.05%
B=44.21%

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
Decimal176651910.080.6600.25292.8649.6150.2
HexB041BF8420191253232
Octal260101277101020314456262
Binary1011000010000011011111110001000010011001100100101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B041BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B041BF; }

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

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

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

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

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

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

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

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