#B142B4

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

Shades of Fuchsia #B142B4

Tints of Fuchsia #B142B4

Color information

#B142B4 (or 0xB142B4) is unknown color: approx Fuchsia. HEX triplet: B1, 42 and B4. RGB value is (177,66,180). Sum of RGB (Red+Green+Blue) = 177+66+180=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #B142B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142B4 is #4EBD4B. Grayscale: #6F6F6F. Windows color (decimal): -5160268 or 11813553. OLE color: 11813553.

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

Color convert

RGB17766180-
CMYK0.020.6300.29
HSL298.42º46.34%48.24%-
HSV(B)298.42º63.33%70.59%-
XYZ28.3216.5444.88-
YUV112.18166.27174.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 66 (26.17% from 255) = 15.60%
BLUE value IS 180 (70.70% from 255) = 42.55%
R=41.84%
G=15.60%
B=42.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177661800.020.6300.29298.4246.3448.24
HexB142B423F01D12a2e30
Octal2611022642770354525660
Binary1011000110000101011010010111111011101100101010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B142B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B142B4; }

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

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

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

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

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

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

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

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