#B436B3

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

Shades of Fuchsia #B436B3

Tints of Fuchsia #B436B3

Color information

#B436B3 (or 0xB436B3) is unknown color: approx Fuchsia. HEX triplet: B4, 36 and B3. RGB value is (180,54,179). Sum of RGB (Red+Green+Blue) = 180+54+179=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B436B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B436B3 is #4BC94C. Grayscale: #696969. Windows color (decimal): -4966733 or 11744948. OLE color: 11744948.

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

Color convert

RGB18054179-
CMYK00.70.010.29
HSL300.48º53.85%45.88%-
HSV(B)300.48º70%70.59%-
XYZ28.2815.644.17-
YUV105.92169.24180.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 54 (21.48% from 255) = 13.08%
BLUE value IS 179 (70.31% from 255) = 43.34%
R=43.58%
G=13.08%
B=43.34%

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
Decimal1805417900.70.010.29300.4853.8545.88
HexB436B304611D12c362e
Octal2646626301061354546656
Binary101101001101101011001101000110111101100101100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B436B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B436B3; }

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

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

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

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

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

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

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

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