#B757B5

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

Shades of Fuchsia #B757B5

Tints of Fuchsia #B757B5

Color information

#B757B5 (or 0xB757B5) is unknown color: approx Fuchsia. HEX triplet: B7, 57 and B5. RGB value is (183,87,181). Sum of RGB (Red+Green+Blue) = 183+87+181=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B757B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B757B5 is #48A84A. Grayscale: #7E7E7E. Windows color (decimal): -4761675 or 11884471. OLE color: 11884471.

HSL color Cylindrical-coordinate representation of color #B757B5: hue angle of 301.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B757B5 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18387181-
CMYK00.520.010.28
HSL301.25º40%52.94%-
HSV(B)301.25º52.46%71.76%-
XYZ31.2820.2245.97-
YUV126.42158.8168.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 87 (34.38% from 255) = 19.29%
BLUE value IS 181 (71.09% from 255) = 40.13%
R=40.58%
G=19.29%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838718100.520.010.28301.254052.94
HexB757B503411C12d2835
Octal2671272650641344555065
Binary101101111010111101101010110100111100100101101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B757B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B757B5; }

 p { color: rgb(183,87,181); }

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

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

 a { background-color: rgb(183,87,181); }

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

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

 span { border-color: rgb(183,87,181); }

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