#B25CB9

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

Shades of Fuchsia #B25CB9

Tints of Fuchsia #B25CB9

Color information

#B25CB9 (or 0xB25CB9) is unknown color: approx Fuchsia. HEX triplet: B2, 5C and B9. RGB value is (178,92,185). Sum of RGB (Red+Green+Blue) = 178+92+185=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #B25CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CB9 is #4DA346. Grayscale: #808080. Windows color (decimal): -5088071 or 12147890. OLE color: 12147890.

HSL color Cylindrical-coordinate representation of color #B25CB9: hue angle of 295.48º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B25CB9 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17892185-
CMYK0.040.5000.27
HSL295.48º39.91%54.31%-
HSV(B)295.48º50.27%72.55%-
XYZ30.9420.6248.25-
YUV128.32159.99163.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 92 (36.33% from 255) = 20.22%
BLUE value IS 185 (72.66% from 255) = 40.66%
R=39.12%
G=20.22%
B=40.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178921850.040.5000.27295.4839.9154.31
HexB25CB943201B1272836
Octal2621342714620334475066
Binary10110010101110010111001100110010011011100100111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25CB9; }

 p { color: rgb(178,92,185); }

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

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

 a { background-color: rgb(178,92,185); }

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

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

 span { border-color: rgb(178,92,185); }

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