#B241AE

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

Shades of Fuchsia #B241AE

Tints of Fuchsia #B241AE

Color information

#B241AE (or 0xB241AE) is unknown color: approx Fuchsia. HEX triplet: B2, 41 and AE. RGB value is (178,65,174). Sum of RGB (Red+Green+Blue) = 178+65+174=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B241AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B241AE is #4DBE51. Grayscale: #6E6E6E. Windows color (decimal): -5094994 or 11420082. OLE color: 11420082.

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

Color convert

RGB17865174-
CMYK00.630.020.30
HSL302.12º46.5%47.65%-
HSV(B)302.12º63.48%69.8%-
XYZ27.8916.341.72-
YUV111.21163.44175.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 65 (25.78% from 255) = 15.59%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=42.69%
G=15.59%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786517400.630.020.30302.1246.547.65
HexB241AE03F21E12e2f30
Octal2621012560772364565760
Binary1011001010000011010111001111111011110100101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B241AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B241AE; }

 p { color: rgb(178,65,174); }

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

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

 a { background-color: rgb(178,65,174); }

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

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

 span { border-color: rgb(178,65,174); }

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