#B25EB6

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

Shades of Fuchsia #B25EB6

Tints of Fuchsia #B25EB6

Color information

#B25EB6 (or 0xB25EB6) is unknown color: approx Fuchsia. HEX triplet: B2, 5E and B6. RGB value is (178,94,182). Sum of RGB (Red+Green+Blue) = 178+94+182=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 182 - color contains mainly: blue. Hex color #B25EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25EB6 is #4DA149. Grayscale: #808080. Windows color (decimal): -5087562 or 11951794. OLE color: 11951794.

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

Color convert

RGB17894182-
CMYK0.020.4800.29
HSL297.27º37.61%54.12%-
HSV(B)297.27º48.35%71.37%-
XYZ30.8120.8546.66-
YUV129.15157.83162.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.21%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 182 (71.48% from 255) = 40.09%
R=39.21%
G=20.70%
B=40.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178941820.020.4800.29297.2737.6154.12
HexB25EB623001D1292636
Octal2621362662600354514666
Binary1011001010111101011011010110000011101100101001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25EB6; }

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

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

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

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

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

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

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

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