#B25AB7

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

Shades of Fuchsia #B25AB7

Tints of Fuchsia #B25AB7

Color information

#B25AB7 (or 0xB25AB7) is unknown color: approx Fuchsia. HEX triplet: B2, 5A and B7. RGB value is (178,90,183). Sum of RGB (Red+Green+Blue) = 178+90+183=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 183 - color contains mainly: blue. Hex color #B25AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25AB7 is #4DA548. Grayscale: #7E7E7E. Windows color (decimal): -5088585 or 12016306. OLE color: 12016306.

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

Color convert

RGB17890183-
CMYK0.030.5100.28
HSL296.77º39.24%53.53%-
HSV(B)296.77º50.82%71.76%-
XYZ30.5620.247.09-
YUV126.91159.65164.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.47%
GREEN value IS 90 (35.55% from 255) = 19.96%
BLUE value IS 183 (71.88% from 255) = 40.58%
R=39.47%
G=19.96%
B=40.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178901830.030.5100.28296.7739.2453.53
HexB25AB733301C1292736
Octal2621322673630344514766
Binary1011001010110101011011111110011011100100101001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25AB7; }

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

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

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

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

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

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

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

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