#B342BE

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

Shades of Fuchsia #B342BE

Tints of Fuchsia #B342BE

Color information

#B342BE (or 0xB342BE) is unknown color: approx Fuchsia. HEX triplet: B3, 42 and BE. RGB value is (179,66,190). Sum of RGB (Red+Green+Blue) = 179+66+190=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #B342BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B342BE is #4CBD41. Grayscale: #717171. Windows color (decimal): -5029186 or 12468915. OLE color: 12468915.

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

Color convert

RGB17966190-
CMYK0.060.6500.25
HSL294.68º48.82%50.2%-
HSV(B)294.68º65.26%74.51%-
XYZ29.8317.250.46-
YUV113.92170.94174.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 66 (26.17% from 255) = 15.17%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=41.15%
G=15.17%
B=43.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179661900.060.6500.25294.6848.8250.2
HexB342BE6410191273132
Octal26310227661010314476162
Binary101100111000010101111101101000001011001100100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B342BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B342BE; }

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

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

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

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

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

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

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

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