#B257B9

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

Shades of Fuchsia #B257B9

Tints of Fuchsia #B257B9

Color information

#B257B9 (or 0xB257B9) is unknown color: approx Fuchsia. HEX triplet: B2, 57 and B9. RGB value is (178,87,185). Sum of RGB (Red+Green+Blue) = 178+87+185=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 185 - color contains mainly: blue. Hex color #B257B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B257B9 is #4DA846. Grayscale: #7D7D7D. Windows color (decimal): -5089351 or 12146610. OLE color: 12146610.

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

Color convert

RGB17887185-
CMYK0.040.5300.27
HSL295.71º41.18%53.33%-
HSV(B)295.71º52.97%72.55%-
XYZ30.5319.7848.11-
YUV125.38161.65165.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 87 (34.38% from 255) = 19.33%
BLUE value IS 185 (72.66% from 255) = 41.11%
R=39.56%
G=19.33%
B=41.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178871850.040.5300.27295.7141.1853.33
HexB257B943501B1282935
Octal2621272714650334505165
Binary10110010101011110111001100110101011011100101000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B257B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B257B9; }

 p { color: rgb(178,87,185); }

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

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

 a { background-color: rgb(178,87,185); }

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

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

 span { border-color: rgb(178,87,185); }

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