#B25EB4

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

Shades of Fuchsia #B25EB4

Tints of Fuchsia #B25EB4

Color information

#B25EB4 (or 0xB25EB4) is unknown color: approx Fuchsia. HEX triplet: B2, 5E and B4. RGB value is (178,94,180). Sum of RGB (Red+Green+Blue) = 178+94+180=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 180 - color contains mainly: blue. Hex color #B25EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25EB4 is #4DA14B. Grayscale: #808080. Windows color (decimal): -5087564 or 11820722. OLE color: 11820722.

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

Color convert

RGB17894180-
CMYK0.010.4800.29
HSL298.6º36.44%53.73%-
HSV(B)298.6º47.78%70.59%-
XYZ30.620.7745.58-
YUV128.92156.83163.01-

RGB Variations

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

RGB

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

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
Decimal178941800.010.4800.29298.636.4453.73
HexB25EB413001D12b2436
Octal2621362641600354534466
Binary101100101011110101101001110000011101100101011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25EB4; }

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

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

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

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

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

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

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

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