#B336AA

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

Shades of Fuchsia #B336AA

Tints of Fuchsia #B336AA

Color information

#B336AA (or 0xB336AA) is unknown color: approx Fuchsia. HEX triplet: B3, 36 and AA. RGB value is (179,54,170). Sum of RGB (Red+Green+Blue) = 179+54+170=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B336AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B336AA is #4CC955. Grayscale: #686868. Windows color (decimal): -5032278 or 11155123. OLE color: 11155123.

HSL color Cylindrical-coordinate representation of color #B336AA: hue angle of 304.32º 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 #B336AA is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB17954170-
CMYK00.700.050.30
HSL304.32º53.65%45.69%-
HSV(B)304.32º69.83%70.2%-
XYZ27.1715.1239.52-
YUV104.6164.91181.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 54 (21.48% from 255) = 13.40%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=44.42%
G=13.40%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795417000.700.050.30304.3253.6545.69
HexB336AA04651E130362e
Octal2636625201065364606656
Binary10110011110110101010100100011010111110100110000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B336AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B336AA; }

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

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

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

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

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

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

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

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