#B25EBA

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

Shades of Fuchsia #B25EBA

Tints of Fuchsia #B25EBA

Color information

#B25EBA (or 0xB25EBA) is unknown color: approx Fuchsia. HEX triplet: B2, 5E and BA. RGB value is (178,94,186). Sum of RGB (Red+Green+Blue) = 178+94+186=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #B25EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25EBA is #4DA145. Grayscale: #818181. Windows color (decimal): -5087558 or 12213938. OLE color: 12213938.

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

Color convert

RGB17894186-
CMYK0.040.4900.27
HSL294.78º40%54.9%-
HSV(B)294.78º49.46%72.94%-
XYZ31.2321.0248.87-
YUV129.6159.83162.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.86%
GREEN value IS 94 (37.11% from 255) = 20.52%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=38.86%
G=20.52%
B=40.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178941860.040.4900.27294.784054.9
HexB25EBA43101B1272837
Octal2621362724610334475067
Binary10110010101111010111010100110001011011100100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25EBA; }

 p { color: rgb(178,94,186); }

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

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

 a { background-color: rgb(178,94,186); }

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

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

 span { border-color: rgb(178,94,186); }

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