#B448AB

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

Shades of Fuchsia #B448AB

Tints of Fuchsia #B448AB

Color information

#B448AB (or 0xB448AB) is unknown color: approx Fuchsia. HEX triplet: B4, 48 and AB. RGB value is (180,72,171). Sum of RGB (Red+Green+Blue) = 180+72+171=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B448AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B448AB is #4BB754. Grayscale: #737373. Windows color (decimal): -4962133 or 11225268. OLE color: 11225268.

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

Color convert

RGB18072171-
CMYK00.600.050.29
HSL305º42.86%49.41%-
HSV(B)305º60%70.59%-
XYZ28.4917.2840.36-
YUV115.58159.28173.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 72 (28.52% from 255) = 17.02%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=42.55%
G=17.02%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807217100.600.050.2930542.8649.41
HexB448AB03C51D1312b31
Octal2641102530745354615361
Binary10110100100100010101011011110010111101100110001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B448AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B448AB; }

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

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

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

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

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

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

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

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