#B257BF

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

Shades of Fuchsia #B257BF

Tints of Fuchsia #B257BF

Color information

#B257BF (or 0xB257BF) is unknown color: approx Fuchsia. HEX triplet: B2, 57 and BF. RGB value is (178,87,191). Sum of RGB (Red+Green+Blue) = 178+87+191=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #B257BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B257BF is #4DA840. Grayscale: #7D7D7D. Windows color (decimal): -5089345 or 12539826. OLE color: 12539826.

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

Color convert

RGB17887191-
CMYK0.070.5400.25
HSL292.5º44.83%54.51%-
HSV(B)292.5º54.45%74.9%-
XYZ31.1720.0451.52-
YUV126.06164.65165.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 87 (34.38% from 255) = 19.08%
BLUE value IS 191 (75% from 255) = 41.89%
R=39.04%
G=19.08%
B=41.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178871910.070.5400.25292.544.8354.51
HexB257BF7360191242d37
Octal2621272777660314445567
Binary10110010101011110111111111110110011001100100100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B257BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B257BF; }

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

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

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

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

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

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

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

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