#B436B2

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

Shades of Fuchsia #B436B2

Tints of Fuchsia #B436B2

Color information

#B436B2 (or 0xB436B2) is unknown color: approx Fuchsia. HEX triplet: B4, 36 and B2. RGB value is (180,54,178). Sum of RGB (Red+Green+Blue) = 180+54+178=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B436B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B436B2 is #4BC94D. Grayscale: #696969. Windows color (decimal): -4966734 or 11679412. OLE color: 11679412.

HSL color Cylindrical-coordinate representation of color #B436B2: hue angle of 300.95º 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 #B436B2 is Cyan = 0, Magento = 0.7, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18054178-
CMYK00.70.010.29
HSL300.95º53.85%45.88%-
HSV(B)300.95º70%70.59%-
XYZ28.1815.5643.64-
YUV105.81168.74180.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 54 (21.48% from 255) = 13.11%
BLUE value IS 178 (69.92% from 255) = 43.20%
R=43.69%
G=13.11%
B=43.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805417800.70.010.29300.9553.8545.88
HexB436B204611D12d362e
Octal2646626201061354556656
Binary101101001101101011001001000110111101100101101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B436B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B436B2; }

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

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

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

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

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

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

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

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