#B940AA

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

Shades of Fuchsia #B940AA

Tints of Fuchsia #B940AA

Color information

#B940AA (or 0xB940AA) is unknown color: approx Fuchsia. HEX triplet: B9, 40 and AA. RGB value is (185,64,170). Sum of RGB (Red+Green+Blue) = 185+64+170=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B940AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B940AA is #46BF55. Grayscale: #6F6F6F. Windows color (decimal): -4636502 or 11157689. OLE color: 11157689.

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

Color convert

RGB18564170-
CMYK00.650.080.27
HSL307.44º48.59%48.82%-
HSV(B)307.44º65.41%72.55%-
XYZ29.116.8839.76-
YUV112.26160.59179.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 64 (25.39% from 255) = 15.27%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=44.15%
G=15.27%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856417000.650.080.27307.4448.5948.82
HexB940AA04181B1333131
Octal271100252010110334636161
Binary1011100110000001010101001000001100011011100110011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B940AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B940AA; }

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

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

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

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

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

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

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

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