#B941BF

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

Shades of Fuchsia #B941BF

Tints of Fuchsia #B941BF

Color information

#B941BF (or 0xB941BF) is unknown color: approx Fuchsia. HEX triplet: B9, 41 and BF. RGB value is (185,65,191). Sum of RGB (Red+Green+Blue) = 185+65+191=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #B941BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941BF is #46BE40. Grayscale: #727272. Windows color (decimal): -4636225 or 12534201. OLE color: 12534201.

HSL color Cylindrical-coordinate representation of color #B941BF: hue angle of 297.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B941BF is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18565191-
CMYK0.030.6600.25
HSL297.14º49.61%50.2%-
HSV(B)297.14º65.97%74.9%-
XYZ31.317.8651.09-
YUV115.24170.76177.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 65 (25.78% from 255) = 14.74%
BLUE value IS 191 (75% from 255) = 43.31%
R=41.95%
G=14.74%
B=43.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185651910.030.6600.25297.1449.6150.2
HexB941BF3420191293232
Octal27110127731020314516262
Binary10111001100000110111111111000010011001100101001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B941BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B941BF; }

 p { color: rgb(185,65,191); }

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

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

 a { background-color: rgb(185,65,191); }

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

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

 span { border-color: rgb(185,65,191); }

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