#B046BA

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

Shades of Fuchsia #B046BA

Tints of Fuchsia #B046BA

Color information

#B046BA (or 0xB046BA) is unknown color: approx Fuchsia. HEX triplet: B0, 46 and BA. RGB value is (176,70,186). Sum of RGB (Red+Green+Blue) = 176+70+186=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #B046BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046BA is #4FB945. Grayscale: #727272. Windows color (decimal): -5224774 or 12207792. OLE color: 12207792.

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

Color convert

RGB17670186-
CMYK0.050.6200.27
HSL294.83º45.67%50.2%-
HSV(B)294.83º62.37%72.94%-
XYZ28.9617.1648.24-
YUV114.92168.12171.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 70 (27.73% from 255) = 16.20%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=40.74%
G=16.20%
B=43.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176701860.050.6200.27294.8345.6750.2
HexB046BA53E01B1272e32
Octal2601062725760334475662
Binary10110000100011010111010101111110011011100100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B046BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B046BA; }

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

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

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

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

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

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

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

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