#B25DB8

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

Shades of Fuchsia #B25DB8

Tints of Fuchsia #B25DB8

Color information

#B25DB8 (or 0xB25DB8) is unknown color: approx Fuchsia. HEX triplet: B2, 5D and B8. RGB value is (178,93,184). Sum of RGB (Red+Green+Blue) = 178+93+184=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 184 - color contains mainly: blue. Hex color #B25DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DB8 is #4DA247. Grayscale: #808080. Windows color (decimal): -5087816 or 12082610. OLE color: 12082610.

HSL color Cylindrical-coordinate representation of color #B25DB8: hue angle of 296.04º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25DB8 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17893184-
CMYK0.030.4900.28
HSL296.04º39.06%54.31%-
HSV(B)296.04º49.46%72.16%-
XYZ30.9320.7547.72-
YUV128.79159.16163.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 184 (72.27% from 255) = 40.44%
R=39.12%
G=20.44%
B=40.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178931840.030.4900.28296.0439.0654.31
HexB25DB833101C1282736
Octal2621352703610344504766
Binary1011001010111011011100011110001011100100101000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25DB8; }

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

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

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

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

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

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

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

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