#B353BA

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

Shades of Fuchsia #B353BA

Tints of Fuchsia #B353BA

Color information

#B353BA (or 0xB353BA) is unknown color: approx Fuchsia. HEX triplet: B3, 53 and BA. RGB value is (179,83,186). Sum of RGB (Red+Green+Blue) = 179+83+186=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #B353BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353BA is #4CAC45. Grayscale: #7B7B7B. Windows color (decimal): -5024838 or 12211123. OLE color: 12211123.

HSL color Cylindrical-coordinate representation of color #B353BA: hue angle of 295.92º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B353BA is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17983186-
CMYK0.040.5500.27
HSL295.92º42.74%52.75%-
HSV(B)295.92º55.38%72.94%-
XYZ30.5519.3248.57-
YUV123.45163.3167.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 83 (32.81% from 255) = 18.53%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=39.96%
G=18.53%
B=41.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179831860.040.5500.27295.9242.7452.75
HexB353BA43701B1282b35
Octal2631232724670334505365
Binary10110011101001110111010100110111011011100101000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B353BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B353BA; }

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

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

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

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

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

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

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

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