#B941B4

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

Shades of Fuchsia #B941B4

Tints of Fuchsia #B941B4

Color information

#B941B4 (or 0xB941B4) is unknown color: approx Fuchsia. HEX triplet: B9, 41 and B4. RGB value is (185,65,180). Sum of RGB (Red+Green+Blue) = 185+65+180=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B941B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941B4 is #46BE4B. Grayscale: #717171. Windows color (decimal): -4636236 or 11813305. OLE color: 11813305.

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

Color convert

RGB18565180-
CMYK00.650.030.27
HSL302.5º48%49.02%-
HSV(B)302.5º64.86%72.55%-
XYZ30.1417.3944.95-
YUV113.99165.26178.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.02%
GREEN value IS 65 (25.78% from 255) = 15.12%
BLUE value IS 180 (70.70% from 255) = 41.86%
R=43.02%
G=15.12%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856518000.650.030.27302.54849.02
HexB941B404131B12e3031
Octal27110126401013334566061
Binary10111001100000110110100010000011111011100101110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B941B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B941B4; }

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

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

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

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

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

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

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

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