#B956BB

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

Shades of Fuchsia #B956BB

Tints of Fuchsia #B956BB

Color information

#B956BB (or 0xB956BB) is unknown color: approx Fuchsia. HEX triplet: B9, 56 and BB. RGB value is (185,86,187). Sum of RGB (Red+Green+Blue) = 185+86+187=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #B956BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B956BB is #46A944. Grayscale: #7E7E7E. Windows color (decimal): -4630853 or 12277433. OLE color: 12277433.

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

Color convert

RGB18586187-
CMYK0.010.5400.27
HSL298.81º42.62%53.53%-
HSV(B)298.81º54.01%73.33%-
XYZ32.3120.5649.28-
YUV127.12161.8169.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 86 (33.98% from 255) = 18.78%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=40.39%
G=18.78%
B=40.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185861870.010.5400.27298.8142.6253.53
HexB956BB13601B12b2b36
Octal2711262731660334535366
Binary101110011010110101110111110110011011100101011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B956BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B956BB; }

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

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

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

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

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

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

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

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