#B25FBC

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

Shades of Fuchsia #B25FBC

Tints of Fuchsia #B25FBC

Color information

#B25FBC (or 0xB25FBC) is unknown color: approx Fuchsia. HEX triplet: B2, 5F and BC. RGB value is (178,95,188). Sum of RGB (Red+Green+Blue) = 178+95+188=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #B25FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FBC is #4DA043. Grayscale: #828282. Windows color (decimal): -5087300 or 12345266. OLE color: 12345266.

HSL color Cylindrical-coordinate representation of color #B25FBC: hue angle of 293.55º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25FBC is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17895188-
CMYK0.050.4900.26
HSL293.55º40.97%55.49%-
HSV(B)293.55º49.47%73.73%-
XYZ31.5321.2850.02-
YUV130.42160.5161.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 95 (37.5% from 255) = 20.61%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=38.61%
G=20.61%
B=40.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178951880.050.4900.26293.5540.9755.49
HexB25FBC53101A1262937
Octal2621372745610324465167
Binary10110010101111110111100101110001011010100100110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25FBC; }

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

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

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

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

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

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

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

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