#B340BE

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

Shades of Fuchsia #B340BE

Tints of Fuchsia #B340BE

Color information

#B340BE (or 0xB340BE) is unknown color: approx Fuchsia. HEX triplet: B3, 40 and BE. RGB value is (179,64,190). Sum of RGB (Red+Green+Blue) = 179+64+190=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #B340BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B340BE is #4CBF41. Grayscale: #707070. Windows color (decimal): -5029698 or 12468403. OLE color: 12468403.

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

Color convert

RGB17964190-
CMYK0.060.6600.25
HSL294.76º49.61%49.8%-
HSV(B)294.76º66.32%74.51%-
XYZ29.7216.9750.42-
YUV112.75171.6175.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 64 (25.39% from 255) = 14.78%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=41.34%
G=14.78%
B=43.88%

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
Decimal179641900.060.6600.25294.7649.6149.8
HexB340BE6420191273232
Octal26310027661020314476262
Binary101100111000000101111101101000010011001100100111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B340BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B340BE; }

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

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

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

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

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

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

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

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