#B45AAD

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

Shades of Fuchsia #B45AAD

Tints of Fuchsia #B45AAD

Color information

#B45AAD (or 0xB45AAD) is unknown color: approx Fuchsia. HEX triplet: B4, 5A and AD. RGB value is (180,90,173). Sum of RGB (Red+Green+Blue) = 180+90+173=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B45AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45AAD is #4BA552. Grayscale: #7E7E7E. Windows color (decimal): -4957523 or 11360948. OLE color: 11360948.

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

Color convert

RGB18090173-
CMYK00.500.040.29
HSL304.67º37.5%52.94%-
HSV(B)304.67º50%70.59%-
XYZ30.0220.0341.82-
YUV126.37154.32166.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=40.63%
G=20.32%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809017300.500.040.29304.6737.552.94
HexB45AAD03241D1312635
Octal2641322550624354614665
Binary10110100101101010101101011001010011101100110001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45AAD; }

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

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

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

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

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

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

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

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