#B448B0

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

Shades of Fuchsia #B448B0

Tints of Fuchsia #B448B0

Color information

#B448B0 (or 0xB448B0) is unknown color: approx Fuchsia. HEX triplet: B4, 48 and B0. RGB value is (180,72,176). Sum of RGB (Red+Green+Blue) = 180+72+176=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B448B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B448B0 is #4BB74F. Grayscale: #737373. Windows color (decimal): -4962128 or 11552948. OLE color: 11552948.

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

Color convert

RGB18072176-
CMYK00.600.020.29
HSL302.22º42.86%49.41%-
HSV(B)302.22º60%70.59%-
XYZ28.9817.4742.92-
YUV116.15161.78173.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 72 (28.52% from 255) = 16.82%
BLUE value IS 176 (69.14% from 255) = 41.12%
R=42.06%
G=16.82%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807217600.600.020.29302.2242.8649.41
HexB448B003C21D12e2b31
Octal2641102600742354565361
Binary1011010010010001011000001111001011101100101110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B448B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B448B0; }

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

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

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

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

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

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

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

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