#B731B4

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

Shades of Fuchsia #B731B4

Tints of Fuchsia #B731B4

Color information

#B731B4 (or 0xB731B4) is unknown color: approx Fuchsia. HEX triplet: B7, 31 and B4. RGB value is (183,49,180). Sum of RGB (Red+Green+Blue) = 183+49+180=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B731B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731B4 is #48CE4B. Grayscale: #676767. Windows color (decimal): -4771404 or 11809207. OLE color: 11809207.

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

Color convert

RGB18349180-
CMYK00.730.020.28
HSL301.34º57.76%45.49%-
HSV(B)301.34º73.22%71.76%-
XYZ28.8615.5644.66-
YUV104170.89184.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 49 (19.53% from 255) = 11.89%
BLUE value IS 180 (70.70% from 255) = 43.69%
R=44.42%
G=11.89%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834918000.730.020.28301.3457.7645.49
HexB731B404921C12d3a2d
Octal2676126401112344557255
Binary1011011111000110110100010010011011100100101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B731B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B731B4; }

 p { color: rgb(183,49,180); }

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

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

 a { background-color: rgb(183,49,180); }

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

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

 span { border-color: rgb(183,49,180); }

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