#B45AB9

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

Shades of Fuchsia #B45AB9

Tints of Fuchsia #B45AB9

Color information

#B45AB9 (or 0xB45AB9) is unknown color: approx Fuchsia. HEX triplet: B4, 5A and B9. RGB value is (180,90,185). Sum of RGB (Red+Green+Blue) = 180+90+185=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #B45AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45AB9 is #4BA546. Grayscale: #7F7F7F. Windows color (decimal): -4957511 or 12147380. OLE color: 12147380.

HSL color Cylindrical-coordinate representation of color #B45AB9: hue angle of 296.84º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B45AB9 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18090185-
CMYK0.030.5100.27
HSL296.84º40.43%53.92%-
HSV(B)296.84º51.35%72.55%-
XYZ31.2420.5248.21-
YUV127.74160.32165.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 90 (35.55% from 255) = 19.78%
BLUE value IS 185 (72.66% from 255) = 40.66%
R=39.56%
G=19.78%
B=40.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180901850.030.5100.27296.8440.4353.92
HexB45AB933301B1292836
Octal2641322713630334515066
Binary1011010010110101011100111110011011011100101001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45AB9; }

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

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

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

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

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

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

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

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