#B142B2

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

Shades of Fuchsia #B142B2

Tints of Fuchsia #B142B2

Color information

#B142B2 (or 0xB142B2) is unknown color: approx Fuchsia. HEX triplet: B1, 42 and B2. RGB value is (177,66,178). Sum of RGB (Red+Green+Blue) = 177+66+178=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 178 - color contains mainly: blue. Hex color #B142B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B142B2 is #4EBD4D. Grayscale: #6F6F6F. Windows color (decimal): -5160270 or 11682481. OLE color: 11682481.

HSL color Cylindrical-coordinate representation of color #B142B2: hue angle of 299.46º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B142B2 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17766178-
CMYK0.010.6300.30
HSL299.46º45.9%47.84%-
HSV(B)299.46º62.92%69.8%-
XYZ28.1216.4643.81-
YUV111.96165.27174.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 66 (26.17% from 255) = 15.68%
BLUE value IS 178 (69.92% from 255) = 42.28%
R=42.04%
G=15.68%
B=42.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177661780.010.6300.30299.4645.947.84
HexB142B213F01E12b2e30
Octal2611022621770364535660
Binary101100011000010101100101111111011110100101011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B142B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B142B2; }

 p { color: rgb(177,66,178); }

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

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

 a { background-color: rgb(177,66,178); }

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

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

 span { border-color: rgb(177,66,178); }

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