#B750AC

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

Shades of Fuchsia #B750AC

Tints of Fuchsia #B750AC

Color information

#B750AC (or 0xB750AC) is unknown color: approx Fuchsia. HEX triplet: B7, 50 and AC. RGB value is (183,80,172). Sum of RGB (Red+Green+Blue) = 183+80+172=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B750AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B750AC is #48AF53. Grayscale: #797979. Windows color (decimal): -4763476 or 11292855. OLE color: 11292855.

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

Color convert

RGB18380172-
CMYK00.560.060.28
HSL306.41º41.7%51.57%-
HSV(B)306.41º56.28%71.76%-
XYZ29.8418.7841.08-
YUV121.28156.62172.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 80 (31.64% from 255) = 18.39%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=42.07%
G=18.39%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838017200.560.060.28306.4141.751.57
HexB750AC03861C1322a34
Octal2671202540706344625264
Binary10110111101000010101100011100011011100100110010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B750AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B750AC; }

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

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

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

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

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

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

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

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