#B447B3

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

Shades of Fuchsia #B447B3

Tints of Fuchsia #B447B3

Color information

#B447B3 (or 0xB447B3) is unknown color: approx Fuchsia. HEX triplet: B4, 47 and B3. RGB value is (180,71,179). Sum of RGB (Red+Green+Blue) = 180+71+179=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B447B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B447B3 is #4BB84C. Grayscale: #737373. Windows color (decimal): -4962381 or 11749300. OLE color: 11749300.

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

Color convert

RGB18071179-
CMYK00.610.010.29
HSL300.55º43.43%49.22%-
HSV(B)300.55º60.56%70.59%-
XYZ29.2117.4644.48-
YUV115.9163.61173.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 71 (28.12% from 255) = 16.51%
BLUE value IS 179 (70.31% from 255) = 41.63%
R=41.86%
G=16.51%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807117900.610.010.29300.5543.4349.22
HexB447B303D11D12d2b31
Octal2641072630751354555361
Binary101101001000111101100110111101111101100101101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B447B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B447B3; }

 p { color: rgb(180,71,179); }

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

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

 a { background-color: rgb(180,71,179); }

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

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

 span { border-color: rgb(180,71,179); }

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