#B45BB4

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

Shades of Fuchsia #B45BB4

Tints of Fuchsia #B45BB4

Color information

#B45BB4 (or 0xB45BB4) is unknown color: approx Fuchsia. HEX triplet: B4, 5B and B4. RGB value is (180,91,180). Sum of RGB (Red+Green+Blue) = 180+91+180=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B45BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45BB4 is #4BA44B. Grayscale: #7F7F7F. Windows color (decimal): -4957260 or 11819956. OLE color: 11819956.

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

Color convert

RGB18091180-
CMYK00.4900.29
HSL300º37.24%53.14%-
HSV(B)300º49.44%70.59%-
XYZ30.820.4845.51-
YUV127.76157.49165.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 91 (35.94% from 255) = 20.18%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=39.91%
G=20.18%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809118000.4900.2930037.2453.14
HexB45BB403101D12c2535
Octal2641332640610354544565
Binary101101001011011101101000110001011101100101100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45BB4; }

 p { color: rgb(180,91,180); }

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

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

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

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

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

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

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