#B25BAF

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

Shades of Fuchsia #B25BAF

Tints of Fuchsia #B25BAF

Color information

#B25BAF (or 0xB25BAF) is unknown color: approx Fuchsia. HEX triplet: B2, 5B and AF. RGB value is (178,91,175). Sum of RGB (Red+Green+Blue) = 178+91+175=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B25BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25BAF is #4DA450. Grayscale: #7E7E7E. Windows color (decimal): -5088337 or 11492274. OLE color: 11492274.

HSL color Cylindrical-coordinate representation of color #B25BAF: hue angle of 302.07º 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 #B25BAF is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB17891175-
CMYK00.490.020.30
HSL302.07º36.1%52.75%-
HSV(B)302.07º48.88%69.8%-
XYZ29.8420.0442.85-
YUV126.59155.32164.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=40.09%
G=20.50%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789117500.490.020.30302.0736.152.75
HexB25BAF03121E12e2435
Octal2621332570612364564465
Binary1011001010110111010111101100011011110100101110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25BAF; }

 p { color: rgb(178,91,175); }

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

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

 a { background-color: rgb(178,91,175); }

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

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

 span { border-color: rgb(178,91,175); }

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