#B440C3

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

Shades of Fuchsia #B440C3

Tints of Fuchsia #B440C3

Color information

#B440C3 (or 0xB440C3) is unknown color: approx Fuchsia. HEX triplet: B4, 40 and C3. RGB value is (180,64,195). Sum of RGB (Red+Green+Blue) = 180+64+195=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 195 - color contains mainly: blue. Hex color #B440C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440C3 is #4BBF3C. Grayscale: #717171. Windows color (decimal): -4964157 or 12796084. OLE color: 12796084.

HSL color Cylindrical-coordinate representation of color #B440C3: hue angle of 293.13º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B440C3 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18064195-
CMYK0.080.6700.24
HSL293.13º52.19%50.78%-
HSV(B)293.13º67.18%76.47%-
XYZ30.5117.3153.36-
YUV113.62173.93175.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 64 (25.39% from 255) = 14.58%
BLUE value IS 195 (76.56% from 255) = 44.42%
R=41.00%
G=14.58%
B=44.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180641950.080.6700.24293.1352.1950.78
HexB440C38430181253433
Octal264100303101030304456463
Binary1011010010000001100001110001000011011000100100101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B440C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B440C3; }

 p { color: rgb(180,64,195); }

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

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

 a { background-color: rgb(180,64,195); }

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

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

 span { border-color: rgb(180,64,195); }

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