#B436AA

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

Shades of Fuchsia #B436AA

Tints of Fuchsia #B436AA

Color information

#B436AA (or 0xB436AA) is unknown color: approx Fuchsia. HEX triplet: B4, 36 and AA. RGB value is (180,54,170). Sum of RGB (Red+Green+Blue) = 180+54+170=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B436AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B436AA is #4BC955. Grayscale: #686868. Windows color (decimal): -4966742 or 11155124. OLE color: 11155124.

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

Color convert

RGB18054170-
CMYK00.70.060.29
HSL304.76º53.85%45.88%-
HSV(B)304.76º70%70.59%-
XYZ27.415.2439.53-
YUV104.9164.74181.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 54 (21.48% from 255) = 13.37%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=44.55%
G=13.37%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805417000.70.060.29304.7653.8545.88
HexB436AA04661D131362e
Octal2646625201066354616656
Binary10110100110110101010100100011011011101100110001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B436AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B436AA; }

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

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

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

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

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

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

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

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