#B959BE

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

Shades of Fuchsia #B959BE

Tints of Fuchsia #B959BE

Color information

#B959BE (or 0xB959BE) is unknown color: approx Fuchsia. HEX triplet: B9, 59 and BE. RGB value is (185,89,190). Sum of RGB (Red+Green+Blue) = 185+89+190=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #B959BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959BE is #46A641. Grayscale: #808080. Windows color (decimal): -4630082 or 12474809. OLE color: 12474809.

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

Color convert

RGB18589190-
CMYK0.030.5300.25
HSL297.03º43.72%54.71%-
HSV(B)297.03º53.16%74.51%-
XYZ32.8721.1851.07-
YUV129.22162.3167.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 89 (35.16% from 255) = 19.18%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=39.87%
G=19.18%
B=40.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185891900.030.5300.25297.0343.7254.71
HexB959BE3350191292c37
Octal2711312763650314515467
Binary1011100110110011011111011110101011001100101001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B959BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B959BE; }

 p { color: rgb(185,89,190); }

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

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

 a { background-color: rgb(185,89,190); }

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

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

 span { border-color: rgb(185,89,190); }

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