#B746B3

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

Shades of Fuchsia #B746B3

Tints of Fuchsia #B746B3

Color information

#B746B3 (or 0xB746B3) is unknown color: approx Fuchsia. HEX triplet: B7, 46 and B3. RGB value is (183,70,179). Sum of RGB (Red+Green+Blue) = 183+70+179=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B746B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746B3 is #48B94C. Grayscale: #737373. Windows color (decimal): -4766029 or 11749047. OLE color: 11749047.

HSL color Cylindrical-coordinate representation of color #B746B3: hue angle of 302.12º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B746B3 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB18370179-
CMYK00.620.020.28
HSL302.12º44.66%49.61%-
HSV(B)302.12º61.75%71.76%-
XYZ29.8617.744.49-
YUV116.21163.44175.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 70 (27.73% from 255) = 16.20%
BLUE value IS 179 (70.31% from 255) = 41.44%
R=42.36%
G=16.20%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837017900.620.020.28302.1244.6649.61
HexB746B303E21C12e2d32
Octal2671062630762344565562
Binary1011011110001101011001101111101011100100101110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B746B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B746B3; }

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

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

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

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

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

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

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

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