#B25EB5

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

Shades of Fuchsia #B25EB5

Tints of Fuchsia #B25EB5

Color information

#B25EB5 (or 0xB25EB5) is unknown color: approx Fuchsia. HEX triplet: B2, 5E and B5. RGB value is (178,94,181). Sum of RGB (Red+Green+Blue) = 178+94+181=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 181 - color contains mainly: blue. Hex color #B25EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25EB5 is #4DA14A. Grayscale: #808080. Windows color (decimal): -5087563 or 11886258. OLE color: 11886258.

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

Color convert

RGB17894181-
CMYK0.020.4800.29
HSL297.93º37.02%53.92%-
HSV(B)297.93º48.07%70.98%-
XYZ30.720.8146.11-
YUV129.03157.33162.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 94 (37.11% from 255) = 20.75%
BLUE value IS 181 (71.09% from 255) = 39.96%
R=39.29%
G=20.75%
B=39.96%

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
Decimal178941810.020.4800.29297.9337.0253.92
HexB25EB523001D12a2536
Octal2621362652600354524566
Binary1011001010111101011010110110000011101100101010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25EB5; }

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

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

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

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

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

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

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

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