#B25AB1

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

Shades of Fuchsia #B25AB1

Tints of Fuchsia #B25AB1

Color information

#B25AB1 (or 0xB25AB1) is unknown color: approx Fuchsia. HEX triplet: B2, 5A and B1. RGB value is (178,90,177). Sum of RGB (Red+Green+Blue) = 178+90+177=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B25AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25AB1 is #4DA54E. Grayscale: #7D7D7D. Windows color (decimal): -5088591 or 11623090. OLE color: 11623090.

HSL color Cylindrical-coordinate representation of color #B25AB1: hue angle of 300.68º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25AB1 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17890177-
CMYK00.490.010.30
HSL300.68º36.36%52.55%-
HSV(B)300.68º49.44%69.8%-
XYZ29.9519.9543.87-
YUV126.23156.65164.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 90 (35.55% from 255) = 20.22%
BLUE value IS 177 (69.53% from 255) = 39.78%
R=40%
G=20.22%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789017700.490.010.30300.6836.3652.55
HexB25AB103111E12d2435
Octal2621322610611364554465
Binary101100101011010101100010110001111110100101101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25AB1; }

 p { color: rgb(178,90,177); }

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

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

 a { background-color: rgb(178,90,177); }

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

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

 span { border-color: rgb(178,90,177); }

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