#B952AE

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

Shades of Fuchsia #B952AE

Tints of Fuchsia #B952AE

Color information

#B952AE (or 0xB952AE) is unknown color: approx Fuchsia. HEX triplet: B9, 52 and AE. RGB value is (185,82,174). Sum of RGB (Red+Green+Blue) = 185+82+174=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B952AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B952AE is #46AD51. Grayscale: #7B7B7B. Windows color (decimal): -4631890 or 11424441. OLE color: 11424441.

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

Color convert

RGB18582174-
CMYK00.560.060.27
HSL306.41º42.39%52.35%-
HSV(B)306.41º55.68%72.55%-
XYZ30.6619.442.17-
YUV123.28156.62172.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 82 (32.42% from 255) = 18.59%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=41.95%
G=18.59%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858217400.560.060.27306.4142.3952.35
HexB952AE03861B1322a34
Octal2711222560706334625264
Binary10111001101001010101110011100011011011100110010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B952AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B952AE; }

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

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

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

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

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

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

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

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