#B440BA

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

Shades of Fuchsia #B440BA

Tints of Fuchsia #B440BA

Color information

#B440BA (or 0xB440BA) is unknown color: approx Fuchsia. HEX triplet: B4, 40 and BA. RGB value is (180,64,186). Sum of RGB (Red+Green+Blue) = 180+64+186=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #B440BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440BA is #4BBF45. Grayscale: #707070. Windows color (decimal): -4964166 or 12206260. OLE color: 12206260.

HSL color Cylindrical-coordinate representation of color #B440BA: hue angle of 297.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B440BA is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18064186-
CMYK0.030.6600.27
HSL297.05º48.8%49.02%-
HSV(B)297.05º65.59%72.94%-
XYZ29.5216.9248.16-
YUV112.59169.43176.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 64 (25.39% from 255) = 14.88%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=41.86%
G=14.88%
B=43.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180641860.030.6600.27297.0548.849.02
HexB440BA34201B1293131
Octal26410027231020334516161
Binary10110100100000010111010111000010011011100101001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B440BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B440BA; }

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

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

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

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

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

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

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

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