#B749B3

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

Shades of Fuchsia #B749B3

Tints of Fuchsia #B749B3

Color information

#B749B3 (or 0xB749B3) is unknown color: approx Fuchsia. HEX triplet: B7, 49 and B3. RGB value is (183,73,179). Sum of RGB (Red+Green+Blue) = 183+73+179=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B749B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749B3 is #48B64C. Grayscale: #757575. Windows color (decimal): -4765261 or 11749815. OLE color: 11749815.

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

Color convert

RGB18373179-
CMYK00.600.020.28
HSL302.18º43.31%50.2%-
HSV(B)302.18º60.11%71.76%-
XYZ30.0518.0944.56-
YUV117.97162.44174.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 73 (28.91% from 255) = 16.78%
BLUE value IS 179 (70.31% from 255) = 41.15%
R=42.07%
G=16.78%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837317900.600.020.28302.1843.3150.2
HexB749B303C21C12e2b32
Octal2671112630742344565362
Binary1011011110010011011001101111001011100100101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B749B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B749B3; }

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

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

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

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

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

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

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

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