#B046BF

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

Shades of Fuchsia #B046BF

Tints of Fuchsia #B046BF

Color information

#B046BF (or 0xB046BF) is unknown color: approx Fuchsia. HEX triplet: B0, 46 and BF. RGB value is (176,70,191). Sum of RGB (Red+Green+Blue) = 176+70+191=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #B046BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046BF is #4FB940. Grayscale: #737373. Windows color (decimal): -5224769 or 12535472. OLE color: 12535472.

HSL color Cylindrical-coordinate representation of color #B046BF: hue angle of 292.56º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B046BF is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17670191-
CMYK0.080.6300.25
HSL292.56º48.59%51.18%-
HSV(B)292.56º63.35%74.9%-
XYZ29.517.3751.09-
YUV115.49170.62171.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 70 (27.73% from 255) = 16.02%
BLUE value IS 191 (75% from 255) = 43.71%
R=40.27%
G=16.02%
B=43.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176701910.080.6300.25292.5648.5951.18
HexB046BF83F0191253133
Octal26010627710770314456163
Binary101100001000110101111111000111111011001100100101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B046BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B046BF; }

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

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

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

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

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

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

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

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