#B25EB7

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

Shades of Fuchsia #B25EB7

Tints of Fuchsia #B25EB7

Color information

#B25EB7 (or 0xB25EB7) is unknown color: approx Fuchsia. HEX triplet: B2, 5E and B7. RGB value is (178,94,183). Sum of RGB (Red+Green+Blue) = 178+94+183=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 183 - color contains mainly: blue. Hex color #B25EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25EB7 is #4DA148. Grayscale: #808080. Windows color (decimal): -5087561 or 12017330. OLE color: 12017330.

HSL color Cylindrical-coordinate representation of color #B25EB7: hue angle of 296.63º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25EB7 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17894183-
CMYK0.030.4900.28
HSL296.63º38.2%54.31%-
HSV(B)296.63º48.63%71.76%-
XYZ30.9120.8947.2-
YUV129.26158.33162.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 94 (37.11% from 255) = 20.66%
BLUE value IS 183 (71.88% from 255) = 40.22%
R=39.12%
G=20.66%
B=40.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178941830.030.4900.28296.6338.254.31
HexB25EB733101C1292636
Octal2621362673610344514666
Binary1011001010111101011011111110001011100100101001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25EB7; }

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

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

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

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

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

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

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

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