#B942AA

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

Shades of Fuchsia #B942AA

Tints of Fuchsia #B942AA

Color information

#B942AA (or 0xB942AA) is unknown color: approx Fuchsia. HEX triplet: B9, 42 and AA. RGB value is (185,66,170). Sum of RGB (Red+Green+Blue) = 185+66+170=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B942AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B942AA is #46BD55. Grayscale: #717171. Windows color (decimal): -4635990 or 11158201. OLE color: 11158201.

HSL color Cylindrical-coordinate representation of color #B942AA: hue angle of 307.56º 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 #B942AA is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18566170-
CMYK00.640.080.27
HSL307.56º47.41%49.22%-
HSV(B)307.56º64.32%72.55%-
XYZ29.2117.1139.79-
YUV113.44159.92179.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 66 (26.17% from 255) = 15.68%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=43.94%
G=15.68%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856617000.640.080.27307.5647.4149.22
HexB942AA04081B1342f31
Octal271102252010010334645761
Binary1011100110000101010101001000000100011011100110100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B942AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B942AA; }

 p { color: rgb(185,66,170); }

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

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

 a { background-color: rgb(185,66,170); }

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

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

 span { border-color: rgb(185,66,170); }

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