#b353b3

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

Shades of Fuchsia #B353B3

Tints of Fuchsia #B353B3

Color information

#B353B3 (or 0xB353B3) is unknown color: approx Fuchsia. HEX triplet: B3, 53 and B3. RGB value is (179,83,179). Sum of RGB (Red+Green+Blue) = 179+83+179=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B353B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353B3 is #4CAC4C. Grayscale: #7A7A7A. Windows color (decimal): -5024845 or 11752371. OLE color: 11752371.

HSL color Cylindrical-coordinate representation of color #B353B3: hue angle of 300º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B353B3 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17983179-
CMYK00.5400.30
HSL300º38.71%51.37%-
HSV(B)300º53.63%70.2%-
XYZ29.8219.0244.75-
YUV122.65159.8168.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 83 (32.81% from 255) = 18.82%
BLUE value IS 179 (70.31% from 255) = 40.59%
R=40.59%
G=18.82%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798317900.5400.3030038.7151.37
HexB353B303601E12c2733
Octal2631232630660364544763
Binary101100111010011101100110110110011110100101100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b353b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b353b3; }

 p { color: rgb(179,83,179); }

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

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

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

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

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

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

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