#B741AD

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

Shades of Fuchsia #B741AD

Tints of Fuchsia #B741AD

Color information

#B741AD (or 0xB741AD) is unknown color: approx Fuchsia. HEX triplet: B7, 41 and AD. RGB value is (183,65,173). Sum of RGB (Red+Green+Blue) = 183+65+173=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B741AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B741AD is #48BE52. Grayscale: #707070. Windows color (decimal): -4767315 or 11354551. OLE color: 11354551.

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

Color convert

RGB18365173-
CMYK00.640.050.28
HSL305.08º47.58%48.63%-
HSV(B)305.08º64.48%71.76%-
XYZ28.9616.8741.26-
YUV112.59162.09178.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 65 (25.78% from 255) = 15.44%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=43.47%
G=15.44%
B=41.09%

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
Decimal1836517300.640.050.28305.0847.5848.63
HexB741AD04051C1313031
Octal26710125501005344616061
Binary101101111000001101011010100000010111100100110001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B741AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B741AD; }

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

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

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

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

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

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

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

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