#B25ABE

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

Shades of Fuchsia #B25ABE

Tints of Fuchsia #B25ABE

Color information

#B25ABE (or 0xB25ABE) is unknown color: approx Fuchsia. HEX triplet: B2, 5A and BE. RGB value is (178,90,190). Sum of RGB (Red+Green+Blue) = 178+90+190=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #B25ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ABE is #4DA541. Grayscale: #7F7F7F. Windows color (decimal): -5088578 or 12475058. OLE color: 12475058.

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

Color convert

RGB17890190-
CMYK0.060.5300.25
HSL292.8º43.48%54.9%-
HSV(B)292.8º52.63%74.51%-
XYZ31.3120.551.02-
YUV127.71163.15163.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.86%
GREEN value IS 90 (35.55% from 255) = 19.65%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=38.86%
G=19.65%
B=41.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178901900.060.5300.25292.843.4854.9
HexB25ABE6350191252b37
Octal2621322766650314455367
Binary10110010101101010111110110110101011001100100101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25ABE; }

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

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

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

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

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

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

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

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