#B447B2

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

Shades of Fuchsia #B447B2

Tints of Fuchsia #B447B2

Color information

#B447B2 (or 0xB447B2) is unknown color: approx Fuchsia. HEX triplet: B4, 47 and B2. RGB value is (180,71,178). Sum of RGB (Red+Green+Blue) = 180+71+178=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B447B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B447B2 is #4BB84D. Grayscale: #737373. Windows color (decimal): -4962382 or 11683764. OLE color: 11683764.

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

Color convert

RGB18071178-
CMYK00.610.010.29
HSL301.1º43.43%49.22%-
HSV(B)301.1º60.56%70.59%-
XYZ29.1117.4243.95-
YUV115.79163.11173.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 71 (28.12% from 255) = 16.55%
BLUE value IS 178 (69.92% from 255) = 41.49%
R=41.96%
G=16.55%
B=41.49%

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
Decimal1807117800.610.010.29301.143.4349.22
HexB447B203D11D12d2b31
Octal2641072620751354555361
Binary101101001000111101100100111101111101100101101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B447B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B447B2; }

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

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

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

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

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

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

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

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