#B454B2

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

Shades of Fuchsia #B454B2

Tints of Fuchsia #B454B2

Color information

#B454B2 (or 0xB454B2) is unknown color: approx Fuchsia. HEX triplet: B4, 54 and B2. RGB value is (180,84,178). Sum of RGB (Red+Green+Blue) = 180+84+178=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B454B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B454B2 is #4BAB4D. Grayscale: #7B7B7B. Windows color (decimal): -4959054 or 11687092. OLE color: 11687092.

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

Color convert

RGB18084178-
CMYK00.530.010.29
HSL301.25º39.02%51.76%-
HSV(B)301.25º53.33%70.59%-
XYZ30.0319.2644.25-
YUV123.42158.8168.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 84 (33.20% from 255) = 19.00%
BLUE value IS 178 (69.92% from 255) = 40.27%
R=40.72%
G=19.00%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808417800.530.010.29301.2539.0251.76
HexB454B203511D12d2734
Octal2641242620651354554764
Binary101101001010100101100100110101111101100101101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B454B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B454B2; }

 p { color: rgb(180,84,178); }

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

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

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

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

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

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

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