#B25DBE

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

Shades of Fuchsia #B25DBE

Tints of Fuchsia #B25DBE

Color information

#B25DBE (or 0xB25DBE) is unknown color: approx Fuchsia. HEX triplet: B2, 5D and BE. RGB value is (178,93,190). Sum of RGB (Red+Green+Blue) = 178+93+190=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #B25DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DBE is #4DA241. Grayscale: #818181. Windows color (decimal): -5087810 or 12475826. OLE color: 12475826.

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

Color convert

RGB17893190-
CMYK0.060.5100.25
HSL292.58º42.73%55.49%-
HSV(B)292.58º51.05%74.51%-
XYZ31.5721.0151.11-
YUV129.47162.16162.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 93 (36.72% from 255) = 20.17%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=38.61%
G=20.17%
B=41.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178931900.060.5100.25292.5842.7355.49
HexB25DBE6330191252b37
Octal2621352766630314455367
Binary10110010101110110111110110110011011001100100101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25DBE; }

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

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

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

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

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

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

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

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