#B946AE

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

Shades of Fuchsia #B946AE

Tints of Fuchsia #B946AE

Color information

#B946AE (or 0xB946AE) is unknown color: approx Fuchsia. HEX triplet: B9, 46 and AE. RGB value is (185,70,174). Sum of RGB (Red+Green+Blue) = 185+70+174=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B946AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B946AE is #46B951. Grayscale: #737373. Windows color (decimal): -4634962 or 11421369. OLE color: 11421369.

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

Color convert

RGB18570174-
CMYK00.620.060.27
HSL305.74º45.1%50%-
HSV(B)305.74º62.16%72.55%-
XYZ29.8417.7541.9-
YUV116.24160.6177.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 70 (27.73% from 255) = 16.32%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=43.12%
G=16.32%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857017400.620.060.27305.7445.150
HexB946AE03E61B1322d32
Octal2711062560766334625562
Binary10111001100011010101110011111011011011100110010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B946AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B946AE; }

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

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

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

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

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

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

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

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