#B741B9

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

Shades of Fuchsia #B741B9

Tints of Fuchsia #B741B9

Color information

#B741B9 (or 0xB741B9) is unknown color: approx Fuchsia. HEX triplet: B7, 41 and B9. RGB value is (183,65,185). Sum of RGB (Red+Green+Blue) = 183+65+185=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 185 - color contains mainly: blue. Hex color #B741B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741B9 is #48BE46. Grayscale: #717171. Windows color (decimal): -4767303 or 12140983. OLE color: 12140983.

HSL color Cylindrical-coordinate representation of color #B741B9: hue angle of 299º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B741B9 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18365185-
CMYK0.010.6500.27
HSL299º48%49.02%-
HSV(B)299º64.86%72.55%-
XYZ30.1817.3547.66-
YUV113.96168.09177.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 65 (25.78% from 255) = 15.01%
BLUE value IS 185 (72.66% from 255) = 42.73%
R=42.26%
G=15.01%
B=42.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183651850.010.6500.272994849.02
HexB741B914101B12b3031
Octal26710127111010334536061
Binary1011011110000011011100111000001011011100101011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B741B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B741B9; }

 p { color: rgb(183,65,185); }

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

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

 a { background-color: rgb(183,65,185); }

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

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

 span { border-color: rgb(183,65,185); }

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