#B62EAE

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

Shades of Fuchsia #B62EAE

Tints of Fuchsia #B62EAE

Color information

#B62EAE (or 0xB62EAE) is unknown color: approx Fuchsia. HEX triplet: B6, 2E and AE. RGB value is (182,46,174). Sum of RGB (Red+Green+Blue) = 182+46+174=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B62EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62EAE is #49D151. Grayscale: #646464. Windows color (decimal): -4837714 or 11415222. OLE color: 11415222.

HSL color Cylindrical-coordinate representation of color #B62EAE: hue angle of 303.53º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62EAE is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18246174-
CMYK00.750.040.29
HSL303.53º59.65%44.71%-
HSV(B)303.53º74.73%71.37%-
XYZ27.9114.9641.46-
YUV101.26169.06185.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 46 (18.36% from 255) = 11.44%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=45.27%
G=11.44%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824617400.750.040.29303.5359.6544.71
HexB62EAE04B41D1303c2d
Octal2665625601134354607455
Binary10110110101110101011100100101110011101100110000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62EAE; }

 p { color: rgb(182,46,174); }

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

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

 a { background-color: rgb(182,46,174); }

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

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

 span { border-color: rgb(182,46,174); }

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