#B459AD

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

Shades of Fuchsia #B459AD

Tints of Fuchsia #B459AD

Color information

#B459AD (or 0xB459AD) is unknown color: approx Fuchsia. HEX triplet: B4, 59 and AD. RGB value is (180,89,173). Sum of RGB (Red+Green+Blue) = 180+89+173=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B459AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B459AD is #4BA652. Grayscale: #7D7D7D. Windows color (decimal): -4957779 or 11360692. OLE color: 11360692.

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

Color convert

RGB18089173-
CMYK00.510.040.29
HSL304.62º37.76%52.75%-
HSV(B)304.62º50.56%70.59%-
XYZ29.9419.8741.79-
YUV125.78154.65166.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 89 (35.16% from 255) = 20.14%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=40.72%
G=20.14%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808917300.510.040.29304.6237.7652.75
HexB459AD03341D1312635
Octal2641312550634354614665
Binary10110100101100110101101011001110011101100110001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B459AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B459AD; }

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

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

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

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

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

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

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

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