#B641BF

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

Shades of Fuchsia #B641BF

Tints of Fuchsia #B641BF

Color information

#B641BF (or 0xB641BF) is unknown color: approx Fuchsia. HEX triplet: B6, 41 and BF. RGB value is (182,65,191). Sum of RGB (Red+Green+Blue) = 182+65+191=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #B641BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641BF is #49BE40. Grayscale: #717171. Windows color (decimal): -4832833 or 12534198. OLE color: 12534198.

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

Color convert

RGB18265191-
CMYK0.050.6600.25
HSL295.71º49.61%50.2%-
HSV(B)295.71º65.97%74.9%-
XYZ30.5917.4951.05-
YUV114.35171.26176.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.55%
GREEN value IS 65 (25.78% from 255) = 14.84%
BLUE value IS 191 (75% from 255) = 43.61%
R=41.55%
G=14.84%
B=43.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182651910.050.6600.25295.7149.6150.2
HexB641BF5420191283232
Octal26610127751020314506262
Binary101101101000001101111111011000010011001100101000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B641BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B641BF; }

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

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

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

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

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

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

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

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