#B042B1

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

Shades of Fuchsia #B042B1

Tints of Fuchsia #B042B1

Color information

#B042B1 (or 0xB042B1) is unknown color: approx Fuchsia. HEX triplet: B0, 42 and B1. RGB value is (176,66,177). Sum of RGB (Red+Green+Blue) = 176+66+177=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 177 - color contains mainly: blue. Hex color #B042B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B042B1 is #4FBD4E. Grayscale: #6F6F6F. Windows color (decimal): -5225807 or 11616944. OLE color: 11616944.

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

Color convert

RGB17666177-
CMYK0.010.6300.31
HSL299.46º45.68%47.65%-
HSV(B)299.46º62.71%69.41%-
XYZ27.7916.343.28-
YUV111.54164.94173.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 66 (26.17% from 255) = 15.75%
BLUE value IS 177 (69.53% from 255) = 42.24%
R=42.00%
G=15.75%
B=42.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176661770.010.6300.31299.4645.6847.65
HexB042B113F01F12b2e30
Octal2601022611770374535660
Binary101100001000010101100011111111011111100101011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B042B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B042B1; }

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

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

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

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

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

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

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

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