#B448A9

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

Shades of Fuchsia #B448A9

Tints of Fuchsia #B448A9

Color information

#B448A9 (or 0xB448A9) is unknown color: approx Fuchsia. HEX triplet: B4, 48 and A9. RGB value is (180,72,169). Sum of RGB (Red+Green+Blue) = 180+72+169=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B448A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B448A9 is #4BB756. Grayscale: #737373. Windows color (decimal): -4962135 or 11094196. OLE color: 11094196.

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

Color convert

RGB18072169-
CMYK00.600.060.29
HSL306.11º42.86%49.41%-
HSV(B)306.11º60%70.59%-
XYZ28.317.239.36-
YUV115.35158.28174.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 72 (28.52% from 255) = 17.10%
BLUE value IS 169 (66.41% from 255) = 40.14%
R=42.76%
G=17.10%
B=40.14%

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
Decimal1807216900.600.060.29306.1142.8649.41
HexB448A903C61D1322b31
Octal2641102510746354625361
Binary10110100100100010101001011110011011101100110010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B448A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B448A9; }

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

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

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

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

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

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

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

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