#B25DBF

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

Shades of Fuchsia #B25DBF

Tints of Fuchsia #B25DBF

Color information

#B25DBF (or 0xB25DBF) is unknown color: approx Fuchsia. HEX triplet: B2, 5D and BF. RGB value is (178,93,191). Sum of RGB (Red+Green+Blue) = 178+93+191=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #B25DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DBF is #4DA240. Grayscale: #818181. Windows color (decimal): -5087809 or 12541362. OLE color: 12541362.

HSL color Cylindrical-coordinate representation of color #B25DBF: hue angle of 292.04º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B25DBF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17893191-
CMYK0.070.5100.25
HSL292.04º43.36%55.69%-
HSV(B)292.04º51.31%74.9%-
XYZ31.6821.0651.68-
YUV129.59162.66162.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 191 (75% from 255) = 41.34%
R=38.53%
G=20.13%
B=41.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178931910.070.5100.25292.0443.3655.69
HexB25DBF7330191242b38
Octal2621352777630314445370
Binary10110010101110110111111111110011011001100100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25DBF; }

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

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

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

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

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

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

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

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