#B731B1

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

Shades of Fuchsia #B731B1

Tints of Fuchsia #B731B1

Color information

#B731B1 (or 0xB731B1) is unknown color: approx Fuchsia. HEX triplet: B7, 31 and B1. RGB value is (183,49,177). Sum of RGB (Red+Green+Blue) = 183+49+177=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B731B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B731B1 is #48CE4E. Grayscale: #676767. Windows color (decimal): -4771407 or 11612599. OLE color: 11612599.

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

Color convert

RGB18349177-
CMYK00.730.030.28
HSL302.69º57.76%45.49%-
HSV(B)302.69º73.22%71.76%-
XYZ28.5615.4443.07-
YUV103.66169.39184.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 49 (19.53% from 255) = 11.98%
BLUE value IS 177 (69.53% from 255) = 43.28%
R=44.74%
G=11.98%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834917700.730.030.28302.6957.7645.49
HexB731B104931C12f3a2d
Octal2676126101113344577255
Binary1011011111000110110001010010011111100100101111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B731B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B731B1; }

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

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

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

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

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

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

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

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