#B940BA

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

Shades of Fuchsia #B940BA

Tints of Fuchsia #B940BA

Color information

#B940BA (or 0xB940BA) is unknown color: approx Fuchsia. HEX triplet: B9, 40 and BA. RGB value is (185,64,186). Sum of RGB (Red+Green+Blue) = 185+64+186=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #B940BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940BA is #46BF45. Grayscale: #717171. Windows color (decimal): -4636486 or 12206265. OLE color: 12206265.

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

Color convert

RGB18564186-
CMYK0.010.6600.27
HSL299.51º48.8%49.02%-
HSV(B)299.51º65.59%72.94%-
XYZ30.717.5348.22-
YUV114.09168.59178.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 64 (25.39% from 255) = 14.71%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=42.53%
G=14.71%
B=42.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185641860.010.6600.27299.5148.849.02
HexB940BA14201B12c3131
Octal27110027211020334546161
Binary1011100110000001011101011000010011011100101100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B940BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B940BA; }

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

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

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

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

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

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

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

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