#B454B4

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

Shades of Fuchsia #B454B4

Tints of Fuchsia #B454B4

Color information

#B454B4 (or 0xB454B4) is unknown color: approx Fuchsia. HEX triplet: B4, 54 and B4. RGB value is (180,84,180). Sum of RGB (Red+Green+Blue) = 180+84+180=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B454B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B454B4 is #4BAB4B. Grayscale: #7B7B7B. Windows color (decimal): -4959052 or 11818164. OLE color: 11818164.

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

Color convert

RGB18084180-
CMYK00.5300.29
HSL300º39.02%51.76%-
HSV(B)300º53.33%70.59%-
XYZ30.2319.3445.32-
YUV123.65159.8168.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 84 (33.20% from 255) = 18.92%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=40.54%
G=18.92%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808418000.5300.2930039.0251.76
HexB454B403501D12c2734
Octal2641242640650354544764
Binary101101001010100101101000110101011101100101100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B454B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B454B4; }

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

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

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

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

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

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

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

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