#B440BE

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

Shades of Fuchsia #B440BE

Tints of Fuchsia #B440BE

Color information

#B440BE (or 0xB440BE) is unknown color: approx Fuchsia. HEX triplet: B4, 40 and BE. RGB value is (180,64,190). Sum of RGB (Red+Green+Blue) = 180+64+190=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #B440BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440BE is #4BBF41. Grayscale: #707070. Windows color (decimal): -4964162 or 12468404. OLE color: 12468404.

HSL color Cylindrical-coordinate representation of color #B440BE: hue angle of 295.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B440BE is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18064190-
CMYK0.050.6600.25
HSL295.24º49.61%49.8%-
HSV(B)295.24º66.32%74.51%-
XYZ29.9517.0950.43-
YUV113.05171.43175.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 64 (25.39% from 255) = 14.75%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=41.47%
G=14.75%
B=43.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180641900.050.6600.25295.2449.6149.8
HexB440BE5420191273232
Octal26410027651020314476262
Binary101101001000000101111101011000010011001100100111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B440BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B440BE; }

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

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

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

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

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

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

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

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