#B932AE

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

Shades of Fuchsia #B932AE

Tints of Fuchsia #B932AE

Color information

#B932AE (or 0xB932AE) is unknown color: approx Fuchsia. HEX triplet: B9, 32 and AE. RGB value is (185,50,174). Sum of RGB (Red+Green+Blue) = 185+50+174=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B932AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B932AE is #46CD51. Grayscale: #686868. Windows color (decimal): -4640082 or 11416249. OLE color: 11416249.

HSL color Cylindrical-coordinate representation of color #B932AE: hue angle of 304.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B932AE is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18550174-
CMYK00.730.060.27
HSL304.89º57.45%46.08%-
HSV(B)304.89º72.97%72.55%-
XYZ28.7915.6541.55-
YUV104.5167.23185.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 50 (19.92% from 255) = 12.22%
BLUE value IS 174 (68.36% from 255) = 42.54%
R=45.23%
G=12.22%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855017400.730.060.27304.8957.4546.08
HexB932AE04961B131392e
Octal2716225601116334617156
Binary10111001110010101011100100100111011011100110001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B932AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B932AE; }

 p { color: rgb(185,50,174); }

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

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

 a { background-color: rgb(185,50,174); }

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

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

 span { border-color: rgb(185,50,174); }

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