#B941BE

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

Shades of Fuchsia #B941BE

Tints of Fuchsia #B941BE

Color information

#B941BE (or 0xB941BE) is unknown color: approx Fuchsia. HEX triplet: B9, 41 and BE. RGB value is (185,65,190). Sum of RGB (Red+Green+Blue) = 185+65+190=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #B941BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941BE is #46BE41. Grayscale: #727272. Windows color (decimal): -4636226 or 12468665. OLE color: 12468665.

HSL color Cylindrical-coordinate representation of color #B941BE: hue angle of 297.6º degrees, saturation: 0.49, 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 #B941BE is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18565190-
CMYK0.030.6600.25
HSL297.6º49.02%50%-
HSV(B)297.6º65.79%74.51%-
XYZ31.1917.8150.51-
YUV115.13170.26177.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 65 (25.78% from 255) = 14.77%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=42.05%
G=14.77%
B=43.18%

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
Decimal185651900.030.6600.25297.649.0250
HexB941BE34201912a3132
Octal27110127631020314526162
Binary10111001100000110111110111000010011001100101010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B941BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B941BE; }

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

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

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

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

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

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

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

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