#b756ba

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

Shades of Fuchsia #B756BA

Tints of Fuchsia #B756BA

Color information

#B756BA (or 0xB756BA) is unknown color: approx Fuchsia. HEX triplet: B7, 56 and BA. RGB value is (183,86,186). Sum of RGB (Red+Green+Blue) = 183+86+186=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #B756BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B756BA is #48A945. Grayscale: #7E7E7E. Windows color (decimal): -4761926 or 12211895. OLE color: 12211895.

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

Color convert

RGB18386186-
CMYK0.020.5400.27
HSL298.2º42.02%53.33%-
HSV(B)298.2º53.76%72.94%-
XYZ31.7220.2748.69-
YUV126.4161.64168.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 86 (33.98% from 255) = 18.90%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=40.22%
G=18.90%
B=40.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183861860.020.5400.27298.242.0253.33
HexB756BA23601B12a2a35
Octal2671262722660334525265
Binary1011011110101101011101010110110011011100101010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b756ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b756ba; }

 p { color: rgb(183,86,186); }

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

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

 a { background-color: rgb(183,86,186); }

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

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

 span { border-color: rgb(183,86,186); }

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