#B042B0

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

Shades of Fuchsia #B042B0

Tints of Fuchsia #B042B0

Color information

#B042B0 (or 0xB042B0) is unknown color: approx Fuchsia. HEX triplet: B0, 42 and B0. RGB value is (176,66,176). Sum of RGB (Red+Green+Blue) = 176+66+176=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B042B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B042B0 is #4FBD4F. Grayscale: #6F6F6F. Windows color (decimal): -5225808 or 11551408. OLE color: 11551408.

HSL color Cylindrical-coordinate representation of color #B042B0: hue angle of 300º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B042B0 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17666176-
CMYK00.6200.31
HSL300º45.45%47.45%-
HSV(B)300º62.5%69.02%-
XYZ27.6916.2642.75-
YUV111.43164.44174.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 66 (26.17% from 255) = 15.79%
BLUE value IS 176 (69.14% from 255) = 42.11%
R=42.11%
G=15.79%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766617600.6200.3130045.4547.45
HexB042B003E01F12c2d2f
Octal2601022600760374545557
Binary101100001000010101100000111110011111100101100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B042B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B042B0; }

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

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

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

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

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

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

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

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