#B450AE

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

Shades of Fuchsia #B450AE

Tints of Fuchsia #B450AE

Color information

#B450AE (or 0xB450AE) is unknown color: approx Fuchsia. HEX triplet: B4, 50 and AE. RGB value is (180,80,174). Sum of RGB (Red+Green+Blue) = 180+80+174=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B450AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B450AE is #4BAF51. Grayscale: #787878. Windows color (decimal): -4960082 or 11423924. OLE color: 11423924.

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

Color convert

RGB18080174-
CMYK00.560.030.29
HSL303.6º40%50.98%-
HSV(B)303.6º55.56%70.59%-
XYZ29.3318.542.07-
YUV120.62158.13170.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 80 (31.64% from 255) = 18.43%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=41.47%
G=18.43%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808017400.560.030.29303.64050.98
HexB450AE03831D1302833
Octal2641202560703354605063
Binary1011010010100001010111001110001111101100110000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B450AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B450AE; }

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

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

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

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

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

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

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

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