#b42eb4

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

Shades of Fuchsia #B42EB4

Tints of Fuchsia #B42EB4

Color information

#B42EB4 (or 0xB42EB4) is unknown color: approx Fuchsia. HEX triplet: B4, 2E and B4. RGB value is (180,46,180). Sum of RGB (Red+Green+Blue) = 180+46+180=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B42EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42EB4 is #4BD14B. Grayscale: #646464. Windows color (decimal): -4968780 or 11808436. OLE color: 11808436.

HSL color Cylindrical-coordinate representation of color #B42EB4: hue angle of 300º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42EB4 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18046180-
CMYK00.7400.29
HSL300º59.29%44.31%-
HSV(B)300º74.44%70.59%-
XYZ28.0414.9544.59-
YUV101.34172.39184.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 46 (18.36% from 255) = 11.33%
BLUE value IS 180 (70.70% from 255) = 44.33%
R=44.33%
G=11.33%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804618000.7400.2930059.2944.31
HexB42EB404A01D12c3b2c
Octal2645626401120354547354
Binary101101001011101011010001001010011101100101100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b42eb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b42eb4; }

 p { color: rgb(180,46,180); }

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

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

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

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

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

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

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