#B940A9

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

Shades of Fuchsia #B940A9

Tints of Fuchsia #B940A9

Color information

#B940A9 (or 0xB940A9) is unknown color: approx Fuchsia. HEX triplet: B9, 40 and A9. RGB value is (185,64,169). Sum of RGB (Red+Green+Blue) = 185+64+169=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B940A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B940A9 is #46BF56. Grayscale: #6F6F6F. Windows color (decimal): -4636503 or 11092153. OLE color: 11092153.

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

Color convert

RGB18564169-
CMYK00.650.090.27
HSL307.93º48.59%48.82%-
HSV(B)307.93º65.41%72.55%-
XYZ2916.8539.26-
YUV112.15160.09179.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 64 (25.39% from 255) = 15.31%
BLUE value IS 169 (66.41% from 255) = 40.43%
R=44.26%
G=15.31%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856416900.650.090.27307.9348.5948.82
HexB940A904191B1343131
Octal271100251010111334646161
Binary1011100110000001010100101000001100111011100110100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B940A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B940A9; }

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

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

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

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

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

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

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

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