#B943AE

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

Shades of Fuchsia #B943AE

Tints of Fuchsia #B943AE

Color information

#B943AE (or 0xB943AE) is unknown color: approx Fuchsia. HEX triplet: B9, 43 and AE. RGB value is (185,67,174). Sum of RGB (Red+Green+Blue) = 185+67+174=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B943AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B943AE is #46BC51. Grayscale: #727272. Windows color (decimal): -4635730 or 11420601. OLE color: 11420601.

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

Color convert

RGB18567174-
CMYK00.640.060.27
HSL305.59º46.83%49.41%-
HSV(B)305.59º63.78%72.55%-
XYZ29.6517.3841.84-
YUV114.48161.59178.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 67 (26.56% from 255) = 15.73%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=43.43%
G=15.73%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856717400.640.060.27305.5946.8349.41
HexB943AE04061B1322f31
Octal27110325601006334625761
Binary101110011000011101011100100000011011011100110010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B943AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B943AE; }

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

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

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

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

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

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

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

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