#B455AE

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

Shades of Fuchsia #B455AE

Tints of Fuchsia #B455AE

Color information

#B455AE (or 0xB455AE) is unknown color: approx Fuchsia. HEX triplet: B4, 55 and AE. RGB value is (180,85,174). Sum of RGB (Red+Green+Blue) = 180+85+174=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B455AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B455AE is #4BAA51. Grayscale: #7B7B7B. Windows color (decimal): -4958802 or 11425204. OLE color: 11425204.

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

Color convert

RGB18085174-
CMYK00.530.030.29
HSL303.79º38.78%51.96%-
HSV(B)303.79º52.78%70.59%-
XYZ29.7119.2642.2-
YUV123.55156.47168.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 85 (33.59% from 255) = 19.36%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=41.00%
G=19.36%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808517400.530.030.29303.7938.7851.96
HexB455AE03531D1302734
Octal2641252560653354604764
Binary1011010010101011010111001101011111101100110000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B455AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B455AE; }

 p { color: rgb(180,85,174); }

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

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

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

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

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

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

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