#B757B6

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

Shades of Fuchsia #B757B6

Tints of Fuchsia #B757B6

Color information

#B757B6 (or 0xB757B6) is unknown color: approx Fuchsia. HEX triplet: B7, 57 and B6. RGB value is (183,87,182). Sum of RGB (Red+Green+Blue) = 183+87+182=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B757B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B757B6 is #48A849. Grayscale: #7E7E7E. Windows color (decimal): -4761674 or 11950007. OLE color: 11950007.

HSL color Cylindrical-coordinate representation of color #B757B6: hue angle of 300.62º 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 #B757B6 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18387182-
CMYK00.520.010.28
HSL300.62º40%52.94%-
HSV(B)300.62º52.46%71.76%-
XYZ31.3820.2646.51-
YUV126.53159.3168.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.49%
GREEN value IS 87 (34.38% from 255) = 19.25%
BLUE value IS 182 (71.48% from 255) = 40.27%
R=40.49%
G=19.25%
B=40.27%

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
Decimal1838718200.520.010.28300.624052.94
HexB757B603411C12d2835
Octal2671272660641344555065
Binary101101111010111101101100110100111100100101101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B757B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B757B6; }

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

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

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

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

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

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

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

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