#B448AA

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

Shades of Fuchsia #B448AA

Tints of Fuchsia #B448AA

Color information

#B448AA (or 0xB448AA) is unknown color: approx Fuchsia. HEX triplet: B4, 48 and AA. RGB value is (180,72,170). Sum of RGB (Red+Green+Blue) = 180+72+170=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B448AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B448AA is #4BB755. Grayscale: #737373. Windows color (decimal): -4962134 or 11159732. OLE color: 11159732.

HSL color Cylindrical-coordinate representation of color #B448AA: hue angle of 305.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B448AA is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18072170-
CMYK00.600.060.29
HSL305.56º42.86%49.41%-
HSV(B)305.56º60%70.59%-
XYZ28.417.2439.86-
YUV115.46158.78174.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 72 (28.52% from 255) = 17.06%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=42.65%
G=17.06%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807217000.600.060.29305.5642.8649.41
HexB448AA03C61D1322b31
Octal2641102520746354625361
Binary10110100100100010101010011110011011101100110010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B448AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B448AA; }

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

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

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

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

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

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

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

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