#b336a9

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

Shades of Fuchsia #B336A9

Tints of Fuchsia #B336A9

Color information

#B336A9 (or 0xB336A9) is unknown color: approx Fuchsia. HEX triplet: B3, 36 and A9. RGB value is (179,54,169). Sum of RGB (Red+Green+Blue) = 179+54+169=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B336A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B336A9 is #4CC956. Grayscale: #686868. Windows color (decimal): -5032279 or 11089587. OLE color: 11089587.

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

Color convert

RGB17954169-
CMYK00.700.060.30
HSL304.8º53.65%45.69%-
HSV(B)304.8º69.83%70.2%-
XYZ27.0715.0939.02-
YUV104.48164.41181.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 54 (21.48% from 255) = 13.43%
BLUE value IS 169 (66.41% from 255) = 42.04%
R=44.53%
G=13.43%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795416900.700.060.30304.853.6545.69
HexB336A904661E131362e
Octal2636625101066364616656
Binary10110011110110101010010100011011011110100110001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b336a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b336a9; }

 p { color: rgb(179,54,169); }

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

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

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

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

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

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

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