#B728AE

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

Shades of Fuchsia #B728AE

Tints of Fuchsia #B728AE

Color information

#B728AE (or 0xB728AE) is unknown color: approx Fuchsia. HEX triplet: B7, 28 and AE. RGB value is (183,40,174). Sum of RGB (Red+Green+Blue) = 183+40+174=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B728AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B728AE is #48D751. Grayscale: #616161. Windows color (decimal): -4773714 or 11413687. OLE color: 11413687.

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

Color convert

RGB18340174-
CMYK00.780.050.28
HSL303.78º64.13%43.73%-
HSV(B)303.78º78.14%71.76%-
XYZ27.9314.6441.4-
YUV98.03170.88188.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 40 (16.02% from 255) = 10.08%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=46.10%
G=10.08%
B=43.83%

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
Decimal1834017400.780.050.28303.7864.1343.73
HexB728AE04E51C130402c
Octal26750256011653446010054
Binary101101111010001010111001001110101111001001100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B728AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B728AE; }

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

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

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

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

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

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

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

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