#B741AE

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

Shades of Fuchsia #B741AE

Tints of Fuchsia #B741AE

Color information

#B741AE (or 0xB741AE) is unknown color: approx Fuchsia. HEX triplet: B7, 41 and AE. RGB value is (183,65,174). Sum of RGB (Red+Green+Blue) = 183+65+174=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B741AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B741AE is #48BE51. Grayscale: #707070. Windows color (decimal): -4767314 or 11420087. OLE color: 11420087.

HSL color Cylindrical-coordinate representation of color #B741AE: hue angle of 304.58º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B741AE is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB18365174-
CMYK00.640.050.28
HSL304.58º47.58%48.63%-
HSV(B)304.58º64.48%71.76%-
XYZ29.0616.941.78-
YUV112.71162.59178.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 65 (25.78% from 255) = 15.40%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=43.36%
G=15.40%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836517400.640.050.28304.5847.5848.63
HexB741AE04051C1313031
Octal26710125601005344616061
Binary101101111000001101011100100000010111100100110001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B741AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B741AE; }

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

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

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

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

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

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

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

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