#B240A6

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

Shades of Fuchsia #B240A6

Tints of Fuchsia #B240A6

Color information

#B240A6 (or 0xB240A6) is unknown color: approx Fuchsia. HEX triplet: B2, 40 and A6. RGB value is (178,64,166). Sum of RGB (Red+Green+Blue) = 178+64+166=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B240A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B240A6 is #4DBF59. Grayscale: #6D6D6D. Windows color (decimal): -5095258 or 10895538. OLE color: 10895538.

HSL color Cylindrical-coordinate representation of color #B240A6: hue angle of 306.32º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B240A6 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB17864166-
CMYK00.640.070.30
HSL306.32º47.11%47.45%-
HSV(B)306.32º64.04%69.8%-
XYZ27.0815.8837.72-
YUV109.71159.77176.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 64 (25.39% from 255) = 15.69%
BLUE value IS 166 (65.23% from 255) = 40.69%
R=43.63%
G=15.69%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786416600.640.070.30306.3247.1147.45
HexB240A604071E1322f2f
Octal26210024601007364625757
Binary101100101000000101001100100000011111110100110010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B240A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B240A6; }

 p { color: rgb(178,64,166); }

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

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

 a { background-color: rgb(178,64,166); }

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

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

 span { border-color: rgb(178,64,166); }

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