#b453ae

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

Shades of Fuchsia #B453AE

Tints of Fuchsia #B453AE

Color information

#B453AE (or 0xB453AE) is unknown color: approx Fuchsia. HEX triplet: B4, 53 and AE. RGB value is (180,83,174). Sum of RGB (Red+Green+Blue) = 180+83+174=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B453AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B453AE is #4BAC51. Grayscale: #7A7A7A. Windows color (decimal): -4959314 or 11424692. OLE color: 11424692.

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

Color convert

RGB18083174-
CMYK00.540.030.29
HSL303.71º39.27%51.57%-
HSV(B)303.71º53.89%70.59%-
XYZ29.5618.9542.14-
YUV122.38157.14169.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 83 (32.81% from 255) = 18.99%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=41.19%
G=18.99%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808317400.540.030.29303.7139.2751.57
HexB453AE03631D1302734
Octal2641232560663354604764
Binary1011010010100111010111001101101111101100110000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b453ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b453ae; }

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

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

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

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

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

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

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

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