#B25DB9

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

Shades of Fuchsia #B25DB9

Tints of Fuchsia #B25DB9

Color information

#B25DB9 (or 0xB25DB9) is unknown color: approx Fuchsia. HEX triplet: B2, 5D and B9. RGB value is (178,93,185). Sum of RGB (Red+Green+Blue) = 178+93+185=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #B25DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DB9 is #4DA246. Grayscale: #808080. Windows color (decimal): -5087815 or 12148146. OLE color: 12148146.

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

Color convert

RGB17893185-
CMYK0.040.5000.27
HSL295.43º39.66%54.51%-
HSV(B)295.43º49.73%72.55%-
XYZ31.0320.848.28-
YUV128.9159.66163.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 93 (36.72% from 255) = 20.39%
BLUE value IS 185 (72.66% from 255) = 40.57%
R=39.04%
G=20.39%
B=40.57%

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
Decimal178931850.040.5000.27295.4339.6654.51
HexB25DB943201B1272837
Octal2621352714620334475067
Binary10110010101110110111001100110010011011100100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25DB9; }

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

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

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

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

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

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

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

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