#B046AA

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

Shades of Fuchsia #B046AA

Tints of Fuchsia #B046AA

Color information

#B046AA (or 0xB046AA) is unknown color: approx Fuchsia. HEX triplet: B0, 46 and AA. RGB value is (176,70,170). Sum of RGB (Red+Green+Blue) = 176+70+170=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B046AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B046AA is #4FB955. Grayscale: #707070. Windows color (decimal): -5224790 or 11159216. OLE color: 11159216.

HSL color Cylindrical-coordinate representation of color #B046AA: hue angle of 303.4º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B046AA is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17670170-
CMYK00.600.030.31
HSL303.4º43.09%48.24%-
HSV(B)303.4º60.23%69.02%-
XYZ27.3516.5139.78-
YUV113.09160.12172.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.31%
GREEN value IS 70 (27.73% from 255) = 16.83%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=42.31%
G=16.83%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767017000.600.030.31303.443.0948.24
HexB046AA03C31F12f2b30
Octal2601062520743374575360
Binary1011000010001101010101001111001111111100101111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B046AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B046AA; }

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

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

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

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

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

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

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

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