#B046B9

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

Shades of Fuchsia #B046B9

Tints of Fuchsia #B046B9

Color information

#B046B9 (or 0xB046B9) is unknown color: approx Fuchsia. HEX triplet: B0, 46 and B9. RGB value is (176,70,185). Sum of RGB (Red+Green+Blue) = 176+70+185=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 185 - color contains mainly: blue. Hex color #B046B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046B9 is #4FB946. Grayscale: #727272. Windows color (decimal): -5224775 or 12142256. OLE color: 12142256.

HSL color Cylindrical-coordinate representation of color #B046B9: hue angle of 295.3º degrees, saturation: 0.45, 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 #B046B9 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17670185-
CMYK0.050.6200.27
HSL295.3º45.1%50%-
HSV(B)295.3º62.16%72.55%-
XYZ28.8517.1147.68-
YUV114.8167.62171.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 70 (27.73% from 255) = 16.24%
BLUE value IS 185 (72.66% from 255) = 42.92%
R=40.84%
G=16.24%
B=42.92%

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
Decimal176701850.050.6200.27295.345.150
HexB046B953E01B1272d32
Octal2601062715760334475562
Binary10110000100011010111001101111110011011100100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B046B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B046B9; }

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

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

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

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

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

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

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

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