#B45AC1

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

Shades of Fuchsia #B45AC1

Tints of Fuchsia #B45AC1

Color information

#B45AC1 (or 0xB45AC1) is unknown color: approx Fuchsia. HEX triplet: B4, 5A and C1. RGB value is (180,90,193). Sum of RGB (Red+Green+Blue) = 180+90+193=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #B45AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45AC1 is #4BA53E. Grayscale: #808080. Windows color (decimal): -4957503 or 12671668. OLE color: 12671668.

HSL color Cylindrical-coordinate representation of color #B45AC1: hue angle of 292.43º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B45AC1 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18090193-
CMYK0.070.5300.24
HSL292.43º45.37%55.49%-
HSV(B)292.43º53.37%75.69%-
XYZ32.120.8752.79-
YUV128.65164.32164.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 90 (35.55% from 255) = 19.44%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=38.88%
G=19.44%
B=41.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180901930.070.5300.24292.4345.3755.49
HexB45AC17350181242d37
Octal2641323017650304445567
Binary10110100101101011000001111110101011000100100100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45AC1; }

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

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

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

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

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

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

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

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