#B240AA

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

Shades of Fuchsia #B240AA

Tints of Fuchsia #B240AA

Color information

#B240AA (or 0xB240AA) is unknown color: approx Fuchsia. HEX triplet: B2, 40 and AA. RGB value is (178,64,170). Sum of RGB (Red+Green+Blue) = 178+64+170=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B240AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B240AA is #4DBF55. Grayscale: #6D6D6D. Windows color (decimal): -5095254 or 11157682. OLE color: 11157682.

HSL color Cylindrical-coordinate representation of color #B240AA: hue angle of 304.21º 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 #B240AA is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17864170-
CMYK00.640.040.30
HSL304.21º47.11%47.45%-
HSV(B)304.21º64.04%69.8%-
XYZ27.4516.0339.68-
YUV110.17161.77176.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 64 (25.39% from 255) = 15.53%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=43.20%
G=15.53%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786417000.640.040.30304.2147.1147.45
HexB240AA04041E1302f2f
Octal26210025201004364605757
Binary101100101000000101010100100000010011110100110000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B240AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B240AA; }

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

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

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

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

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

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

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

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