#B451AE

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

Shades of Fuchsia #B451AE

Tints of Fuchsia #B451AE

Color information

#B451AE (or 0xB451AE) is unknown color: approx Fuchsia. HEX triplet: B4, 51 and AE. RGB value is (180,81,174). Sum of RGB (Red+Green+Blue) = 180+81+174=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B451AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B451AE is #4BAE51. Grayscale: #787878. Windows color (decimal): -4959826 or 11424180. OLE color: 11424180.

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

Color convert

RGB18081174-
CMYK00.550.030.29
HSL303.64º39.76%51.18%-
HSV(B)303.64º55%70.59%-
XYZ29.418.6442.09-
YUV121.2157.8169.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 81 (32.03% from 255) = 18.62%
BLUE value IS 174 (68.36% from 255) = 40%
R=41.38%
G=18.62%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808117400.550.030.29303.6439.7651.18
HexB451AE03731D1302833
Octal2641212560673354605063
Binary1011010010100011010111001101111111101100110000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B451AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B451AE; }

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

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

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

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

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

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

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

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