#B62EAB

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

Shades of Fuchsia #B62EAB

Tints of Fuchsia #B62EAB

Color information

#B62EAB (or 0xB62EAB) is unknown color: approx Fuchsia. HEX triplet: B6, 2E and AB. RGB value is (182,46,171). Sum of RGB (Red+Green+Blue) = 182+46+171=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B62EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62EAB is #49D154. Grayscale: #646464. Windows color (decimal): -4837717 or 11218614. OLE color: 11218614.

HSL color Cylindrical-coordinate representation of color #B62EAB: hue angle of 304.85º 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 #B62EAB is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18246171-
CMYK00.750.060.29
HSL304.85º59.65%44.71%-
HSV(B)304.85º74.73%71.37%-
XYZ27.6214.8439.94-
YUV100.91167.56185.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 46 (18.36% from 255) = 11.53%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=45.61%
G=11.53%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824617100.750.060.29304.8559.6544.71
HexB62EAB04B61D1313c2d
Octal2665625301136354617455
Binary10110110101110101010110100101111011101100110001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62EAB; }

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

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

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

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

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

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

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

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