#B043B9

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

Shades of Fuchsia #B043B9

Tints of Fuchsia #B043B9

Color information

#B043B9 (or 0xB043B9) is unknown color: approx Fuchsia. HEX triplet: B0, 43 and B9. RGB value is (176,67,185). Sum of RGB (Red+Green+Blue) = 176+67+185=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #B043B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043B9 is #4FBC46. Grayscale: #707070. Windows color (decimal): -5225543 or 12141488. OLE color: 12141488.

HSL color Cylindrical-coordinate representation of color #B043B9: hue angle of 295.42º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B043B9 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17667185-
CMYK0.050.6400.27
HSL295.42º46.83%49.41%-
HSV(B)295.42º63.78%72.55%-
XYZ28.6716.7547.62-
YUV113.04168.61172.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 67 (26.56% from 255) = 15.65%
BLUE value IS 185 (72.66% from 255) = 43.22%
R=41.12%
G=15.65%
B=43.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176671850.050.6400.27295.4246.8349.41
HexB043B954001B1272f31
Octal26010327151000334475761
Binary101100001000011101110011011000000011011100100111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B043B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B043B9; }

 p { color: rgb(176,67,185); }

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

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

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

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

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

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

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