#B757AC

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

Shades of Fuchsia #B757AC

Tints of Fuchsia #B757AC

Color information

#B757AC (or 0xB757AC) is unknown color: approx Fuchsia. HEX triplet: B7, 57 and AC. RGB value is (183,87,172). Sum of RGB (Red+Green+Blue) = 183+87+172=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B757AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B757AC is #48A853. Grayscale: #7D7D7D. Windows color (decimal): -4761684 or 11294647. OLE color: 11294647.

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

Color convert

RGB18387172-
CMYK00.520.060.28
HSL306.88º40%52.94%-
HSV(B)306.88º52.46%71.76%-
XYZ30.3819.8641.26-
YUV125.39154.3169.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 87 (34.38% from 255) = 19.68%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=41.40%
G=19.68%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838717200.520.060.28306.884052.94
HexB757AC03461C1332835
Octal2671272540646344635065
Binary10110111101011110101100011010011011100100110011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B757AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B757AC; }

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

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

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

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

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

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

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

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