#B749AC

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

Shades of Fuchsia #B749AC

Tints of Fuchsia #B749AC

Color information

#B749AC (or 0xB749AC) is unknown color: approx Fuchsia. HEX triplet: B7, 49 and AC. RGB value is (183,73,172). Sum of RGB (Red+Green+Blue) = 183+73+172=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B749AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B749AC is #48B653. Grayscale: #747474. Windows color (decimal): -4765268 or 11291063. OLE color: 11291063.

HSL color Cylindrical-coordinate representation of color #B749AC: hue angle of 306º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B749AC is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB18373172-
CMYK00.600.060.28
HSL306º43.31%50.2%-
HSV(B)306º60.11%71.76%-
XYZ29.3617.8140.92-
YUV117.18158.94174.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 73 (28.91% from 255) = 17.06%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=42.76%
G=17.06%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837317200.600.060.2830643.3150.2
HexB749AC03C61C1322b32
Octal2671112540746344625362
Binary10110111100100110101100011110011011100100110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B749AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B749AC; }

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

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

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

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

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

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

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

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