#B45EB6

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

Shades of Fuchsia #B45EB6

Tints of Fuchsia #B45EB6

Color information

#B45EB6 (or 0xB45EB6) is unknown color: approx Fuchsia. HEX triplet: B4, 5E and B6. RGB value is (180,94,182). Sum of RGB (Red+Green+Blue) = 180+94+182=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 182 - color contains mainly: blue. Hex color #B45EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45EB6 is #4BA149. Grayscale: #818181. Windows color (decimal): -4956490 or 11951796. OLE color: 11951796.

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

Color convert

RGB18094182-
CMYK0.010.4800.29
HSL298.64º37.61%54.12%-
HSV(B)298.64º48.35%71.37%-
XYZ31.2721.0946.68-
YUV129.75157.49163.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 182 (71.48% from 255) = 39.91%
R=39.47%
G=20.61%
B=39.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180941820.010.4800.29298.6437.6154.12
HexB45EB613001D12b2636
Octal2641362661600354534666
Binary101101001011110101101101110000011101100101011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45EB6; }

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

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

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

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

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

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

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

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