#B45EB2

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

Shades of Fuchsia #B45EB2

Tints of Fuchsia #B45EB2

Color information

#B45EB2 (or 0xB45EB2) is unknown color: approx Fuchsia. HEX triplet: B4, 5E and B2. RGB value is (180,94,178). Sum of RGB (Red+Green+Blue) = 180+94+178=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B45EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45EB2 is #4BA14D. Grayscale: #818181. Windows color (decimal): -4956494 or 11689652. OLE color: 11689652.

HSL color Cylindrical-coordinate representation of color #B45EB2: hue angle of 301.4º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B45EB2 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18094178-
CMYK00.480.010.29
HSL301.4º36.44%53.73%-
HSV(B)301.4º47.78%70.59%-
XYZ30.8620.9244.53-
YUV129.29155.49164.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 94 (37.11% from 255) = 20.80%
BLUE value IS 178 (69.92% from 255) = 39.38%
R=39.82%
G=20.80%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809417800.480.010.29301.436.4453.73
HexB45EB203011D12d2436
Octal2641362620601354554466
Binary101101001011110101100100110000111101100101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45EB2; }

 p { color: rgb(180,94,178); }

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

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

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

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

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

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

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