#B459B2

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

Shades of Fuchsia #B459B2

Tints of Fuchsia #B459B2

Color information

#B459B2 (or 0xB459B2) is unknown color: approx Fuchsia. HEX triplet: B4, 59 and B2. RGB value is (180,89,178). Sum of RGB (Red+Green+Blue) = 180+89+178=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B459B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B459B2 is #4BA64D. Grayscale: #7E7E7E. Windows color (decimal): -4957774 or 11688372. OLE color: 11688372.

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

Color convert

RGB18089178-
CMYK00.510.010.29
HSL301.32º37.76%52.75%-
HSV(B)301.32º50.56%70.59%-
XYZ30.4320.0644.39-
YUV126.35157.15166.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 89 (35.16% from 255) = 19.91%
BLUE value IS 178 (69.92% from 255) = 39.82%
R=40.27%
G=19.91%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808917800.510.010.29301.3237.7652.75
HexB459B203311D12d2635
Octal2641312620631354554665
Binary101101001011001101100100110011111101100101101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B459B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B459B2; }

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

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

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

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

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

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

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

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