#B944A7

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

Shades of Fuchsia #B944A7

Tints of Fuchsia #B944A7

Color information

#B944A7 (or 0xB944A7) is unknown color: approx Fuchsia. HEX triplet: B9, 44 and A7. RGB value is (185,68,167). Sum of RGB (Red+Green+Blue) = 185+68+167=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B944A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B944A7 is #46BB58. Grayscale: #717171. Windows color (decimal): -4635481 or 10962105. OLE color: 10962105.

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

Color convert

RGB18568167-
CMYK00.630.100.27
HSL309.23º46.25%49.61%-
HSV(B)309.23º63.24%72.55%-
XYZ29.0517.2438.36-
YUV114.27157.76178.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 68 (26.95% from 255) = 16.19%
BLUE value IS 167 (65.62% from 255) = 39.76%
R=44.05%
G=16.19%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856816700.630.100.27309.2346.2549.61
HexB944A703FA1B1352e32
Octal27110424707712334655662
Binary101110011000100101001110111111101011011100110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B944A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B944A7; }

 p { color: rgb(185,68,167); }

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

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

 a { background-color: rgb(185,68,167); }

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

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

 span { border-color: rgb(185,68,167); }

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