#B043BA

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

Shades of Fuchsia #B043BA

Tints of Fuchsia #B043BA

Color information

#B043BA (or 0xB043BA) is unknown color: approx Fuchsia. HEX triplet: B0, 43 and BA. RGB value is (176,67,186). Sum of RGB (Red+Green+Blue) = 176+67+186=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #B043BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043BA is #4FBC45. Grayscale: #707070. Windows color (decimal): -5225542 or 12207024. OLE color: 12207024.

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

Color convert

RGB17667186-
CMYK0.050.6400.27
HSL294.96º47.04%49.61%-
HSV(B)294.96º63.98%72.94%-
XYZ28.7716.7948.18-
YUV113.16169.11172.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 67 (26.56% from 255) = 15.62%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=41.03%
G=15.62%
B=43.36%

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
Decimal176671860.050.6400.27294.9647.0449.61
HexB043BA54001B1272f32
Octal26010327251000334475762
Binary101100001000011101110101011000000011011100100111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B043BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B043BA; }

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

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

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

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

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

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

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

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