#B747AA

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

Shades of Fuchsia #B747AA

Tints of Fuchsia #B747AA

Color information

#B747AA (or 0xB747AA) is unknown color: approx Fuchsia. HEX triplet: B7, 47 and AA. RGB value is (183,71,170). Sum of RGB (Red+Green+Blue) = 183+71+170=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B747AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B747AA is #48B855. Grayscale: #737373. Windows color (decimal): -4765782 or 11159479. OLE color: 11159479.

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

Color convert

RGB18371170-
CMYK00.610.070.28
HSL306.96º44.09%49.8%-
HSV(B)306.96º61.2%71.76%-
XYZ29.0417.4839.87-
YUV115.77158.61175.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 71 (28.12% from 255) = 16.75%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=43.16%
G=16.75%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837117000.610.070.28306.9644.0949.8
HexB747AA03D71C1332c32
Octal2671072520757344635462
Binary10110111100011110101010011110111111100100110011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B747AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B747AA; }

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

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

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

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

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

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

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

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