#B042AF

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

Shades of Fuchsia #B042AF

Tints of Fuchsia #B042AF

Color information

#B042AF (or 0xB042AF) is unknown color: approx Fuchsia. HEX triplet: B0, 42 and AF. RGB value is (176,66,175). Sum of RGB (Red+Green+Blue) = 176+66+175=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B042AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B042AF is #4FBD50. Grayscale: #6E6E6E. Windows color (decimal): -5225809 or 11485872. OLE color: 11485872.

HSL color Cylindrical-coordinate representation of color #B042AF: hue angle of 300.55º 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 #B042AF is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17666175-
CMYK00.620.010.31
HSL300.55º45.45%47.45%-
HSV(B)300.55º62.5%69.02%-
XYZ27.5916.2242.23-
YUV111.32163.94174.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 66 (26.17% from 255) = 15.83%
BLUE value IS 175 (68.75% from 255) = 41.97%
R=42.21%
G=15.83%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766617500.620.010.31300.5545.4547.45
HexB042AF03E11F12d2d2f
Octal2601022570761374555557
Binary101100001000010101011110111110111111100101101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B042AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B042AF; }

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

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

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

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

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

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

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

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