#B451AA

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

Shades of Fuchsia #B451AA

Tints of Fuchsia #B451AA

Color information

#B451AA (or 0xB451AA) is unknown color: approx Fuchsia. HEX triplet: B4, 51 and AA. RGB value is (180,81,170). Sum of RGB (Red+Green+Blue) = 180+81+170=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B451AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B451AA is #4BAE55. Grayscale: #787878. Windows color (decimal): -4959830 or 11162036. OLE color: 11162036.

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

Color convert

RGB18081170-
CMYK00.550.060.29
HSL306.06º39.76%51.18%-
HSV(B)306.06º55%70.59%-
XYZ29.0218.4940.07-
YUV120.75155.8170.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=41.76%
G=18.79%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808117000.550.060.29306.0639.7651.18
HexB451AA03761D1322833
Octal2641212520676354625063
Binary10110100101000110101010011011111011101100110010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B451AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B451AA; }

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

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

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

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

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

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

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

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