#B041BE

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

Shades of Fuchsia #B041BE

Tints of Fuchsia #B041BE

Color information

#B041BE (or 0xB041BE) is unknown color: approx Fuchsia. HEX triplet: B0, 41 and BE. RGB value is (176,65,190). Sum of RGB (Red+Green+Blue) = 176+65+190=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #B041BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B041BE is #4FBE41. Grayscale: #707070. Windows color (decimal): -5226050 or 12468656. OLE color: 12468656.

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

Color convert

RGB17665190-
CMYK0.070.6600.25
HSL293.28º49.02%50%-
HSV(B)293.28º65.79%74.51%-
XYZ29.0916.7350.41-
YUV112.44171.77173.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 65 (25.78% from 255) = 15.08%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=40.84%
G=15.08%
B=44.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176651900.070.6600.25293.2849.0250
HexB041BE7420191253132
Octal26010127671020314456162
Binary101100001000001101111101111000010011001100100101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B041BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B041BE; }

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

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

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

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

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

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

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

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