#B42EB5

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

Shades of Fuchsia #B42EB5

Tints of Fuchsia #B42EB5

Color information

#B42EB5 (or 0xB42EB5) is unknown color: approx Fuchsia. HEX triplet: B4, 2E and B5. RGB value is (180,46,181). Sum of RGB (Red+Green+Blue) = 180+46+181=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #B42EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42EB5 is #4BD14A. Grayscale: #656565. Windows color (decimal): -4968779 or 11873972. OLE color: 11873972.

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

Color convert

RGB18046181-
CMYK0.010.7500.29
HSL299.56º59.47%44.51%-
HSV(B)299.56º74.59%70.98%-
XYZ28.1414.9945.13-
YUV101.46172.89184.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 46 (18.36% from 255) = 11.30%
BLUE value IS 181 (71.09% from 255) = 44.47%
R=44.23%
G=11.30%
B=44.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180461810.010.7500.29299.5659.4744.51
HexB42EB514B01D12c3b2d
Octal2645626511130354547355
Binary101101001011101011010111001011011101100101100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42EB5; }

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

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

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

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

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

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

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

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