#B957BF

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

Shades of Fuchsia #B957BF

Tints of Fuchsia #B957BF

Color information

#B957BF (or 0xB957BF) is unknown color: approx Fuchsia. HEX triplet: B9, 57 and BF. RGB value is (185,87,191). Sum of RGB (Red+Green+Blue) = 185+87+191=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #B957BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957BF is #46A840. Grayscale: #7F7F7F. Windows color (decimal): -4630593 or 12539833. OLE color: 12539833.

HSL color Cylindrical-coordinate representation of color #B957BF: hue angle of 296.54º 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 #B957BF is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18587191-
CMYK0.030.5400.25
HSL296.54º44.83%54.51%-
HSV(B)296.54º54.45%74.9%-
XYZ32.8220.8951.59-
YUV128.16163.47168.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 87 (34.38% from 255) = 18.79%
BLUE value IS 191 (75% from 255) = 41.25%
R=39.96%
G=18.79%
B=41.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185871910.030.5400.25296.5444.8354.51
HexB957BF3360191292d37
Octal2711272773660314515567
Binary1011100110101111011111111110110011001100101001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B957BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B957BF; }

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

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

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

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

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

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

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

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