#b941c1

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

Shades of Fuchsia #B941C1

Tints of Fuchsia #B941C1

Color information

#B941C1 (or 0xB941C1) is unknown color: approx Fuchsia. HEX triplet: B9, 41 and C1. RGB value is (185,65,193). Sum of RGB (Red+Green+Blue) = 185+65+193=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #B941C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941C1 is #46BE3E. Grayscale: #737373. Windows color (decimal): -4636223 or 12665273. OLE color: 12665273.

HSL color Cylindrical-coordinate representation of color #B941C1: hue angle of 296.25º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B941C1 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18565193-
CMYK0.040.6600.24
HSL296.25º50.79%50.59%-
HSV(B)296.25º66.32%75.69%-
XYZ31.5217.9552.25-
YUV115.47171.76177.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 65 (25.78% from 255) = 14.67%
BLUE value IS 193 (75.78% from 255) = 43.57%
R=41.76%
G=14.67%
B=43.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185651930.040.6600.24296.2550.7950.59
HexB941C14420181283333
Octal27110130141020304506363
Binary101110011000001110000011001000010011000100101000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b941c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b941c1; }

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

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

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

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

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

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

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

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