#B642BF

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

Shades of Fuchsia #B642BF

Tints of Fuchsia #B642BF

Color information

#B642BF (or 0xB642BF) is unknown color: approx Fuchsia. HEX triplet: B6, 42 and BF. RGB value is (182,66,191). Sum of RGB (Red+Green+Blue) = 182+66+191=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #B642BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642BF is #49BD40. Grayscale: #727272. Windows color (decimal): -4832577 or 12534454. OLE color: 12534454.

HSL color Cylindrical-coordinate representation of color #B642BF: hue angle of 295.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B642BF is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18266191-
CMYK0.050.6500.25
HSL295.68º49.41%50.39%-
HSV(B)295.68º65.45%74.9%-
XYZ30.6417.651.07-
YUV114.93170.93175.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 66 (26.17% from 255) = 15.03%
BLUE value IS 191 (75% from 255) = 43.51%
R=41.46%
G=15.03%
B=43.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182661910.050.6500.25295.6849.4150.39
HexB642BF5410191283132
Octal26610227751010314506162
Binary101101101000010101111111011000001011001100101000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B642BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B642BF; }

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

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

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

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

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

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

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

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