#B241BF

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

Shades of Fuchsia #B241BF

Tints of Fuchsia #B241BF

Color information

#B241BF (or 0xB241BF) is unknown color: approx Fuchsia. HEX triplet: B2, 41 and BF. RGB value is (178,65,191). Sum of RGB (Red+Green+Blue) = 178+65+191=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #B241BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B241BF is #4DBE40. Grayscale: #707070. Windows color (decimal): -5094977 or 12534194. OLE color: 12534194.

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

Color convert

RGB17865191-
CMYK0.070.6600.25
HSL293.81º49.61%50.2%-
HSV(B)293.81º65.97%74.9%-
XYZ29.6517.0151.01-
YUV113.15171.94174.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 65 (25.78% from 255) = 14.98%
BLUE value IS 191 (75% from 255) = 44.01%
R=41.01%
G=14.98%
B=44.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178651910.070.6600.25293.8149.6150.2
HexB241BF7420191263232
Octal26210127771020314466262
Binary101100101000001101111111111000010011001100100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B241BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B241BF; }

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

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

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

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

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

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

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

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