#B45EB1

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

Shades of Fuchsia #B45EB1

Tints of Fuchsia #B45EB1

Color information

#B45EB1 (or 0xB45EB1) is unknown color: approx Fuchsia. HEX triplet: B4, 5E and B1. RGB value is (180,94,177). Sum of RGB (Red+Green+Blue) = 180+94+177=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B45EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45EB1 is #4BA14E. Grayscale: #808080. Windows color (decimal): -4956495 or 11624116. OLE color: 11624116.

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

Color convert

RGB18094177-
CMYK00.480.020.29
HSL302.09º36.44%53.73%-
HSV(B)302.09º47.78%70.59%-
XYZ30.7620.8844-
YUV129.18154.99164.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 94 (37.11% from 255) = 20.84%
BLUE value IS 177 (69.53% from 255) = 39.25%
R=39.91%
G=20.84%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809417700.480.020.29302.0936.4453.73
HexB45EB103021D12e2436
Octal2641362610602354564466
Binary1011010010111101011000101100001011101100101110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45EB1; }

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

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

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

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

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

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

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

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