#B341BE

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

Shades of Fuchsia #B341BE

Tints of Fuchsia #B341BE

Color information

#B341BE (or 0xB341BE) is unknown color: approx Fuchsia. HEX triplet: B3, 41 and BE. RGB value is (179,65,190). Sum of RGB (Red+Green+Blue) = 179+65+190=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #B341BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341BE is #4CBE41. Grayscale: #707070. Windows color (decimal): -5029442 or 12468659. OLE color: 12468659.

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

Color convert

RGB17965190-
CMYK0.060.6600.25
HSL294.72º49.02%50%-
HSV(B)294.72º65.79%74.51%-
XYZ29.7717.0850.44-
YUV113.34171.27174.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 65 (25.78% from 255) = 14.98%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=41.24%
G=14.98%
B=43.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179651900.060.6600.25294.7249.0250
HexB341BE6420191273132
Octal26310127661020314476162
Binary101100111000001101111101101000010011001100100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B341BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B341BE; }

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

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

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

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

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

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

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

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