#B740AA

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

Shades of Fuchsia #B740AA

Tints of Fuchsia #B740AA

Color information

#B740AA (or 0xB740AA) is unknown color: approx Fuchsia. HEX triplet: B7, 40 and AA. RGB value is (183,64,170). Sum of RGB (Red+Green+Blue) = 183+64+170=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B740AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B740AA is #48BF55. Grayscale: #6F6F6F. Windows color (decimal): -4767574 or 11157687. OLE color: 11157687.

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

Color convert

RGB18364170-
CMYK00.650.070.28
HSL306.55º48.18%48.43%-
HSV(B)306.55º65.03%71.76%-
XYZ28.6216.6439.73-
YUV111.66160.92178.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 64 (25.39% from 255) = 15.35%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=43.88%
G=15.35%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836417000.650.070.28306.5548.1848.43
HexB740AA04171C1333030
Octal26710025201017344636060
Binary101101111000000101010100100000111111100100110011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B740AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B740AA; }

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

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

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

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

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

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

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

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