#B443B1

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

Shades of Fuchsia #B443B1

Tints of Fuchsia #B443B1

Color information

#B443B1 (or 0xB443B1) is unknown color: approx Fuchsia. HEX triplet: B4, 43 and B1. RGB value is (180,67,177). Sum of RGB (Red+Green+Blue) = 180+67+177=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B443B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B443B1 is #4BBC4E. Grayscale: #717171. Windows color (decimal): -4963407 or 11617204. OLE color: 11617204.

HSL color Cylindrical-coordinate representation of color #B443B1: hue angle of 301.59º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B443B1 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18067177-
CMYK00.630.020.29
HSL301.59º45.75%48.43%-
HSV(B)301.59º62.78%70.59%-
XYZ28.7716.8943.34-
YUV113.33163.94175.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 67 (26.56% from 255) = 15.80%
BLUE value IS 177 (69.53% from 255) = 41.75%
R=42.45%
G=15.80%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806717700.630.020.29301.5945.7548.43
HexB443B103F21D12e2e30
Octal2641032610772354565660
Binary1011010010000111011000101111111011101100101110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B443B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B443B1; }

 p { color: rgb(180,67,177); }

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

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

 a { background-color: rgb(180,67,177); }

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

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

 span { border-color: rgb(180,67,177); }

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