#B459B4

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

Shades of Fuchsia #B459B4

Tints of Fuchsia #B459B4

Color information

#B459B4 (or 0xB459B4) is unknown color: approx Fuchsia. HEX triplet: B4, 59 and B4. RGB value is (180,89,180). Sum of RGB (Red+Green+Blue) = 180+89+180=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B459B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459B4 is #4BA64B. Grayscale: #7E7E7E. Windows color (decimal): -4957772 or 11819444. OLE color: 11819444.

HSL color Cylindrical-coordinate representation of color #B459B4: hue angle of 300º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B459B4 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18089180-
CMYK00.5100.29
HSL300º37.76%52.75%-
HSV(B)300º50.56%70.59%-
XYZ30.6320.1445.45-
YUV126.58158.15166.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 89 (35.16% from 255) = 19.82%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=40.09%
G=19.82%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808918000.5100.2930037.7652.75
HexB459B403301D12c2635
Octal2641312640630354544665
Binary101101001011001101101000110011011101100101100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B459B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B459B4; }

 p { color: rgb(180,89,180); }

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

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

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

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

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

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

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