#B741AA

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

Shades of Fuchsia #B741AA

Tints of Fuchsia #B741AA

Color information

#B741AA (or 0xB741AA) is unknown color: approx Fuchsia. HEX triplet: B7, 41 and AA. RGB value is (183,65,170). Sum of RGB (Red+Green+Blue) = 183+65+170=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B741AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B741AA is #48BE55. Grayscale: #6F6F6F. Windows color (decimal): -4767318 or 11157943. OLE color: 11157943.

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

Color convert

RGB18365170-
CMYK00.640.070.28
HSL306.61º47.58%48.63%-
HSV(B)306.61º64.48%71.76%-
XYZ28.6716.7539.75-
YUV112.25160.59178.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 65 (25.78% from 255) = 15.55%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=43.78%
G=15.55%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836517000.640.070.28306.6147.5848.63
HexB741AA04071C1333031
Octal26710125201007344636061
Binary101101111000001101010100100000011111100100110011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B741AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B741AA; }

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

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

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

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

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

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

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

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