#B446B3

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

Shades of Fuchsia #B446B3

Tints of Fuchsia #B446B3

Color information

#B446B3 (or 0xB446B3) is unknown color: approx Fuchsia. HEX triplet: B4, 46 and B3. RGB value is (180,70,179). Sum of RGB (Red+Green+Blue) = 180+70+179=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B446B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446B3 is #4BB94C. Grayscale: #727272. Windows color (decimal): -4962637 or 11749044. OLE color: 11749044.

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

Color convert

RGB18070179-
CMYK00.610.010.29
HSL300.55º44%49.02%-
HSV(B)300.55º61.11%70.59%-
XYZ29.1517.3444.46-
YUV115.32163.94174.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 70 (27.73% from 255) = 16.32%
BLUE value IS 179 (70.31% from 255) = 41.72%
R=41.96%
G=16.32%
B=41.72%

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
Decimal1807017900.610.010.29300.554449.02
HexB446B303D11D12d2c31
Octal2641062630751354555461
Binary101101001000110101100110111101111101100101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B446B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B446B3; }

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

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

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

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

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

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

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

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