#B25AB6

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

Shades of Fuchsia #B25AB6

Tints of Fuchsia #B25AB6

Color information

#B25AB6 (or 0xB25AB6) is unknown color: approx Fuchsia. HEX triplet: B2, 5A and B6. RGB value is (178,90,182). Sum of RGB (Red+Green+Blue) = 178+90+182=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 182 - color contains mainly: blue. Hex color #B25AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25AB6 is #4DA549. Grayscale: #7E7E7E. Windows color (decimal): -5088586 or 11950770. OLE color: 11950770.

HSL color Cylindrical-coordinate representation of color #B25AB6: hue angle of 297.39º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B25AB6 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17890182-
CMYK0.020.5100.29
HSL297.39º38.66%53.33%-
HSV(B)297.39º50.55%71.37%-
XYZ30.4620.1546.54-
YUV126.8159.15164.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 90 (35.55% from 255) = 20%
BLUE value IS 182 (71.48% from 255) = 40.44%
R=39.56%
G=20%
B=40.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178901820.020.5100.29297.3938.6653.33
HexB25AB623301D1292735
Octal2621322662630354514765
Binary1011001010110101011011010110011011101100101001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25AB6; }

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

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

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

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

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

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

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

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