#B959BB

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

Shades of Fuchsia #B959BB

Tints of Fuchsia #B959BB

Color information

#B959BB (or 0xB959BB) is unknown color: approx Fuchsia. HEX triplet: B9, 59 and BB. RGB value is (185,89,187). Sum of RGB (Red+Green+Blue) = 185+89+187=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #B959BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959BB is #46A644. Grayscale: #808080. Windows color (decimal): -4630085 or 12278201. OLE color: 12278201.

HSL color Cylindrical-coordinate representation of color #B959BB: hue angle of 298.78º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B959BB is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18589187-
CMYK0.010.5200.27
HSL298.78º41.88%54.12%-
HSV(B)298.78º52.41%73.33%-
XYZ32.5521.0549.36-
YUV128.88160.8168.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 89 (35.16% from 255) = 19.31%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=40.13%
G=19.31%
B=40.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185891870.010.5200.27298.7841.8854.12
HexB959BB13401B12b2a36
Octal2711312731640334535266
Binary101110011011001101110111110100011011100101011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B959BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B959BB; }

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

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

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

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

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

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

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

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