#B953AE

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

Shades of Fuchsia #B953AE

Tints of Fuchsia #B953AE

Color information

#B953AE (or 0xB953AE) is unknown color: approx Fuchsia. HEX triplet: B9, 53 and AE. RGB value is (185,83,174). Sum of RGB (Red+Green+Blue) = 185+83+174=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B953AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B953AE is #46AC51. Grayscale: #7B7B7B. Windows color (decimal): -4631634 or 11424697. OLE color: 11424697.

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

Color convert

RGB18583174-
CMYK00.550.060.27
HSL306.47º42.15%52.55%-
HSV(B)306.47º55.14%72.55%-
XYZ30.7419.5642.2-
YUV123.87156.29171.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 83 (32.81% from 255) = 18.78%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=41.86%
G=18.78%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858317400.550.060.27306.4742.1552.55
HexB953AE03761B1322a35
Octal2711232560676334625265
Binary10111001101001110101110011011111011011100110010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B953AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B953AE; }

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

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

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

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

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

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

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

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