#B341A7

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

Shades of Fuchsia #B341A7

Tints of Fuchsia #B341A7

Color information

#B341A7 (or 0xB341A7) is unknown color: approx Fuchsia. HEX triplet: B3, 41 and A7. RGB value is (179,65,167). Sum of RGB (Red+Green+Blue) = 179+65+167=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B341A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B341A7 is #4CBE58. Grayscale: #6E6E6E. Windows color (decimal): -5029465 or 10961331. OLE color: 10961331.

HSL color Cylindrical-coordinate representation of color #B341A7: hue angle of 306.32º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B341A7 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB17965167-
CMYK00.640.070.30
HSL306.32º46.72%47.84%-
HSV(B)306.32º63.69%70.2%-
XYZ27.4616.1538.23-
YUV110.71159.77176.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 65 (25.78% from 255) = 15.82%
BLUE value IS 167 (65.62% from 255) = 40.63%
R=43.55%
G=15.82%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796516700.640.070.30306.3246.7247.84
HexB341A704071E1322f30
Octal26310124701007364625760
Binary101100111000001101001110100000011111110100110010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B341A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B341A7; }

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

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

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

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

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

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

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

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