#B454B3

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

Shades of Fuchsia #B454B3

Tints of Fuchsia #B454B3

Color information

#B454B3 (or 0xB454B3) is unknown color: approx Fuchsia. HEX triplet: B4, 54 and B3. RGB value is (180,84,179). Sum of RGB (Red+Green+Blue) = 180+84+179=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B454B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B454B3 is #4BAB4C. Grayscale: #7B7B7B. Windows color (decimal): -4959053 or 11752628. OLE color: 11752628.

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

Color convert

RGB18084179-
CMYK00.530.010.29
HSL300.62º39.02%51.76%-
HSV(B)300.62º53.33%70.59%-
XYZ30.1319.344.78-
YUV123.53159.3168.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 179 (70.31% from 255) = 40.41%
R=40.63%
G=18.96%
B=40.41%

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
Decimal1808417900.530.010.29300.6239.0251.76
HexB454B303511D12d2734
Octal2641242630651354554764
Binary101101001010100101100110110101111101100101101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B454B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B454B3; }

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

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

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

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

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

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

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

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