#B25FB4

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

Shades of Fuchsia #B25FB4

Tints of Fuchsia #B25FB4

Color information

#B25FB4 (or 0xB25FB4) is unknown color: approx Fuchsia. HEX triplet: B2, 5F and B4. RGB value is (178,95,180). Sum of RGB (Red+Green+Blue) = 178+95+180=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 180 - color contains mainly: blue. Hex color #B25FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FB4 is #4DA04B. Grayscale: #818181. Windows color (decimal): -5087308 or 11820978. OLE color: 11820978.

HSL color Cylindrical-coordinate representation of color #B25FB4: hue angle of 298.59º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B25FB4 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17895180-
CMYK0.010.4700.29
HSL298.59º36.17%53.92%-
HSV(B)298.59º47.22%70.59%-
XYZ30.6920.9445.61-
YUV129.51156.5162.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 180 (70.70% from 255) = 39.74%
R=39.29%
G=20.97%
B=39.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178951800.010.4700.29298.5936.1753.92
HexB25FB412F01D12b2436
Octal2621372641570354534466
Binary101100101011111101101001101111011101100101011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25FB4; }

 p { color: rgb(178,95,180); }

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

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

 a { background-color: rgb(178,95,180); }

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

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

 span { border-color: rgb(178,95,180); }

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