#B729AE

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

Shades of Fuchsia #B729AE

Tints of Fuchsia #B729AE

Color information

#B729AE (or 0xB729AE) is unknown color: approx Fuchsia. HEX triplet: B7, 29 and AE. RGB value is (183,41,174). Sum of RGB (Red+Green+Blue) = 183+41+174=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B729AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B729AE is #48D651. Grayscale: #626262. Windows color (decimal): -4773458 or 11413943. OLE color: 11413943.

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

Color convert

RGB18341174-
CMYK00.780.050.28
HSL303.8º63.39%43.92%-
HSV(B)303.8º77.6%71.76%-
XYZ27.9614.7141.41-
YUV98.62170.54188.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 41 (16.41% from 255) = 10.30%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=45.98%
G=10.30%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834117400.780.050.28303.863.3943.92
HexB729AE04E51C1303f2c
Octal2675125601165344607754
Binary10110111101001101011100100111010111100100110000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B729AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B729AE; }

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

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

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

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

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

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

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

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