#b25ebf

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

Shades of Fuchsia #B25EBF

Tints of Fuchsia #B25EBF

Color information

#B25EBF (or 0xB25EBF) is unknown color: approx Fuchsia. HEX triplet: B2, 5E and BF. RGB value is (178,94,191). Sum of RGB (Red+Green+Blue) = 178+94+191=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #B25EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25EBF is #4DA140. Grayscale: #818181. Windows color (decimal): -5087553 or 12541618. OLE color: 12541618.

HSL color Cylindrical-coordinate representation of color #B25EBF: hue angle of 291.96º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B25EBF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17894191-
CMYK0.070.5100.25
HSL291.96º43.11%55.88%-
HSV(B)291.96º50.79%74.9%-
XYZ31.7721.2351.71-
YUV130.17162.33162.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 94 (37.11% from 255) = 20.30%
BLUE value IS 191 (75% from 255) = 41.25%
R=38.44%
G=20.30%
B=41.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178941910.070.5100.25291.9643.1155.88
HexB25EBF7330191242b38
Octal2621362777630314445370
Binary10110010101111010111111111110011011001100100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25ebf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25ebf; }

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

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

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

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

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

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

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

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