#B046B4

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

Shades of Fuchsia #B046B4

Tints of Fuchsia #B046B4

Color information

#B046B4 (or 0xB046B4) is unknown color: approx Fuchsia. HEX triplet: B0, 46 and B4. RGB value is (176,70,180). Sum of RGB (Red+Green+Blue) = 176+70+180=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #B046B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046B4 is #4FB94B. Grayscale: #717171. Windows color (decimal): -5224780 or 11814576. OLE color: 11814576.

HSL color Cylindrical-coordinate representation of color #B046B4: hue angle of 297.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B046B4 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17670180-
CMYK0.020.6100.29
HSL297.82º44%49.02%-
HSV(B)297.82º61.11%70.59%-
XYZ28.3316.9144.95-
YUV114.23165.12172.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 70 (27.73% from 255) = 16.43%
BLUE value IS 180 (70.70% from 255) = 42.25%
R=41.31%
G=16.43%
B=42.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176701800.020.6100.29297.824449.02
HexB046B423D01D12a2c31
Octal2601062642750354525461
Binary1011000010001101011010010111101011101100101010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B046B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B046B4; }

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

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

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

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

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

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

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

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