#B940B1

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

Shades of Fuchsia #B940B1

Tints of Fuchsia #B940B1

Color information

#B940B1 (or 0xB940B1) is unknown color: approx Fuchsia. HEX triplet: B9, 40 and B1. RGB value is (185,64,177). Sum of RGB (Red+Green+Blue) = 185+64+177=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B940B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B940B1 is #46BF4E. Grayscale: #707070. Windows color (decimal): -4636495 or 11616441. OLE color: 11616441.

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

Color convert

RGB18564177-
CMYK00.650.040.27
HSL303.97º48.59%48.82%-
HSV(B)303.97º65.41%72.55%-
XYZ29.7817.1643.34-
YUV113.06164.09179.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 64 (25.39% from 255) = 15.02%
BLUE value IS 177 (69.53% from 255) = 41.55%
R=43.43%
G=15.02%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856417700.650.040.27303.9748.5948.82
HexB940B104141B1303131
Octal27110026101014334606161
Binary101110011000000101100010100000110011011100110000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B940B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B940B1; }

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

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

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

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

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

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

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

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