#B45AB5

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

Shades of Fuchsia #B45AB5

Tints of Fuchsia #B45AB5

Color information

#B45AB5 (or 0xB45AB5) is unknown color: approx Fuchsia. HEX triplet: B4, 5A and B5. RGB value is (180,90,181). Sum of RGB (Red+Green+Blue) = 180+90+181=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 181 - color contains mainly: blue. Hex color #B45AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45AB5 is #4BA54A. Grayscale: #7F7F7F. Windows color (decimal): -4957515 or 11885236. OLE color: 11885236.

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

Color convert

RGB18090181-
CMYK0.010.5000.29
HSL299.34º38.08%53.14%-
HSV(B)299.34º50.28%70.98%-
XYZ30.8220.3546.02-
YUV127.28158.32165.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 90 (35.55% from 255) = 19.96%
BLUE value IS 181 (71.09% from 255) = 40.13%
R=39.91%
G=19.96%
B=40.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180901810.010.5000.29299.3438.0853.14
HexB45AB513201D12b2635
Octal2641322651620354534665
Binary101101001011010101101011110010011101100101011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45AB5; }

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

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

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

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

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

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

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

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