#B25FBA

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

Shades of Fuchsia #B25FBA

Tints of Fuchsia #B25FBA

Color information

#B25FBA (or 0xB25FBA) is unknown color: approx Fuchsia. HEX triplet: B2, 5F and BA. RGB value is (178,95,186). Sum of RGB (Red+Green+Blue) = 178+95+186=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #B25FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FBA is #4DA045. Grayscale: #818181. Windows color (decimal): -5087302 or 12214194. OLE color: 12214194.

HSL color Cylindrical-coordinate representation of color #B25FBA: hue angle of 294.73º 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 #B25FBA is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17895186-
CMYK0.040.4900.27
HSL294.73º39.74%55.1%-
HSV(B)294.73º48.92%72.94%-
XYZ31.3221.1948.89-
YUV130.19159.5162.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 95 (37.5% from 255) = 20.70%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=38.78%
G=20.70%
B=40.52%

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
Decimal178951860.040.4900.27294.7339.7455.1
HexB25FBA43101B1272837
Octal2621372724610334475067
Binary10110010101111110111010100110001011011100100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25FBA; }

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

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

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

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

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

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

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

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