#B25FBF

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

Shades of Fuchsia #B25FBF

Tints of Fuchsia #B25FBF

Color information

#B25FBF (or 0xB25FBF) is unknown color: approx Fuchsia. HEX triplet: B2, 5F and BF. RGB value is (178,95,191). Sum of RGB (Red+Green+Blue) = 178+95+191=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #B25FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FBF is #4DA040. Grayscale: #828282. Windows color (decimal): -5087297 or 12541874. OLE color: 12541874.

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

Color convert

RGB17895191-
CMYK0.070.5000.25
HSL291.88º42.86%56.08%-
HSV(B)291.88º50.26%74.9%-
XYZ31.8621.4151.74-
YUV130.76162161.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.36%
GREEN value IS 95 (37.5% from 255) = 20.47%
BLUE value IS 191 (75% from 255) = 41.16%
R=38.36%
G=20.47%
B=41.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178951910.070.5000.25291.8842.8656.08
HexB25FBF7320191242b38
Octal2621372777620314445370
Binary10110010101111110111111111110010011001100100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25FBF; }

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

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

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

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

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

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

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

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